FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.Groups

Packages that use Groups
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of Groups in com.filenet.Panagon
 

Methods in com.filenet.Panagon that return Groups
 Groups ObjectStore.getGroups()
          Returns a collection of Group objects.
 

Uses of Groups in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return Groups
 Groups SecurityGrantee.getParentGroups()
          Returns a Groups collection.
 Groups SecurityGrantee.getParentGroups(boolean getAll)
          Returns a Groups collection.
 Groups Realm.getGroups()
          Deprecated. Use findGroups().
 Groups Realm.getGroups(Session trustMe)
          Deprecated. Use findGroups().
 Groups Realm.findGroups(java.lang.String searchPattern, int searchType, int searchedAttribute, int sortType, int maxResults)
          

Not Implemented in CS Java Connector v3.0.

 Groups Group.getSubGroups()
          

Not Implemented in CS Java Connector v3.0.

 Groups Domain.getGroups()
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0