Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PermissionType |
PermissionType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
PermissionType |
AccessPermissionDescription.get_PermissionType()
Returns the value of the PermissionType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.