com.microstrategy.web.objects.WebFences |
Class Overview
This interface provides fence manipulations for example to allow caller to create, update, delete a fence.
Summary
Public Methods |
abstract
void
|
add(WebFence webFence)
|
abstract
WebFence
|
get(int index)
|
abstract
WebFence
|
newFence(String name)
this method will return an WebFence object with no argument,
and users can set arguments with set and get methods in WebFence ,
eg.webfenceobject.setFenceDesc("CXO"); webfenceobject.getFenceUsers().add(webfenceuser);
|
abstract
void
|
remove(WebFence webFence)
will mark _isDeleted flag by the given WebFence object, while not remove the object
in web sdk cache
|
abstract
int
|
size()
|
Public Methods
public
abstract
void
add
(WebFence webFence)
public
abstract
WebFence
get
(int index)
public
abstract
WebFence
newFence
(String name)
this method will return an WebFence
object with no argument,
and users can set arguments with set and get methods in WebFence
,
eg.webfenceobject.setFenceDesc("CXO"); webfenceobject.getFenceUsers().add(webfenceuser);
public
abstract
void
remove
(WebFence webFence)
will mark _isDeleted flag by the given WebFence
object, while not remove the object
in web sdk cache
public
abstract
int
size
()