Package com.microstrategy.web.objects
Interface WebFences
- 
public interface WebFencesThis 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 voidadd(WebFence webFence)WebFenceget(int index)WebFencenewFence(java.lang.String name)voidremove(WebFence webFence)will mark _isDeleted flag by the givenWebFenceobject, while not remove the object in web sdk cacheintsize() 
 -