FileNet Content Services
Java Connector v3.0

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

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

Methods in com.filenet.Panagon with parameters of type SecurityGrantee
static Permission ObjectFactory.getPermission(int access, int accessType, SecurityGrantee groupOrUser)
          Creates a Permission object, which you can add to the Permissions collection of a Folder or Document object.
 

Uses of SecurityGrantee in com.filenet.wcm.api
 

Subinterfaces of SecurityGrantee in com.filenet.wcm.api
 interface Group
          A Group object reflects a set of user accounts defined on the Content Services server.
 interface User
          A User object exists in the CS Java Connector as part of the security interface that allows a particular user to access a Content Services resource.
 

Methods in com.filenet.wcm.api that return SecurityGrantee
static SecurityGrantee ObjectFactory.getGrantee(java.lang.String granteeName, int granteeType, Session sess)
          

Not Applicable in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api with parameters of type SecurityGrantee
 void Permission.setGrantee(SecurityGrantee grantee)
          Sets the object type of the grantee.
static Permission ObjectFactory.getPermission(int access, int accessType, SecurityGrantee groupOrUser)
          

Not Applicable in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0