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 Detail

      • newFence

        WebFence newFence​(java.lang.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);
      • remove

        void remove​(WebFence webFence)
        will mark _isDeleted flag by the given WebFence object, while not remove the object in web sdk cache