FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.Panagon.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.  
 

Uses of Permission in com.filenet.Panagon
 

Methods in com.filenet.Panagon that return Permission
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.
static Permission ObjectFactory.getPermission(int access, int accessType, java.lang.String groupOrUserName, int groupOrUserType)
          Creates a Permission object, which you can add to the Permissions collection of a Folder or Document object.
 


FileNet Content Services
Java Connector v3.0