Uses of Class
com.filenet.api.constants.PermissionType

Packages that use PermissionType
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of PermissionType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as PermissionType
static PermissionType PermissionType.LEVEL
          The permission is an access level (a commonly used combination of access rights).
static PermissionType PermissionType.LEVEL_DEFAULT
          The permission is the recommended default for new permissions.
static PermissionType PermissionType.RIGHT
          The permission is a single access right.
static PermissionType PermissionType.RIGHT_INHERIT_ONLY
          The permission is an access right that is only relevant to the child objects of the object described by the permission.
 

Methods in com.filenet.api.constants that return PermissionType
static PermissionType PermissionType.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of PermissionType in com.filenet.api.security
 

Methods in com.filenet.api.security that return PermissionType
 PermissionType AccessPermissionDescription.get_PermissionType()
          Returns the value of the PermissionType property.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.