Package com.microstrategy.web.objects
Interface WebFences
-
public interface WebFences
This interface provides fence manipulations for example to allow caller to create, update, delete a fence.- Since:
- MicroStrategy Web 10.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(WebFence webFence)
WebFence
get(int index)
WebFence
newFence(java.lang.String name)
void
remove(WebFence webFence)
will mark _isDeleted flag by the givenWebFence
object, while not remove the object in web sdk cacheint
size()
-