FileNet Content Services
Java Connector v3.0

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

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

Subinterfaces of Permission in com.filenet.Panagon
 interface Permission
          A Permission object represents an access control (or rule) associated with a Folder or Document object.
 

Uses of Permission in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return Permission
static Permission ObjectFactory.getPermission(int access, int accessType, SecurityGrantee groupOrUser)
          

Not Applicable in CS Java Connector v3.0.

static Permission ObjectFactory.getPermission(int access, int accessType, java.lang.String groupOrUserName, int groupOrUserType)
          

Not Applicable in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0