FileNet Content Services
Java Connector v3.0

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

Packages that use Users
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 Users in com.filenet.Panagon
 

Methods in com.filenet.Panagon that return Users
 Users ObjectStore.getUsers()
          Returns a collection of User objects.
 

Uses of Users in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return Users
 Users Realm.getUsers()
          Deprecated. Use findUsers().
 Users Realm.getUsers(Session trustMe)
          Deprecated. Use findUsers().
 Users Realm.findUsers(java.lang.String searchPattern, int searchType, int searchedAttribute, int sortType, int maxResults)
          

Not Implemented in CS Java Connector v3.0.

 Users Group.getUsers()
          Returns a Users collection object whose elements represent the user accounts in this group.
 Users Domain.getUsers()
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0