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 AccessType |
AccessType.ALLOW
Specifies that the user or group has permission for the given access to a specified object.
|
static AccessType |
AccessType.DENY
Specifies that the user or group does not have the given access to a specified object.
|
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
AccessType |
DiscretionaryPermission.get_AccessType()
Returns the value of the AccessType property.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscretionaryPermission.set_AccessType(AccessType value)
Sets the value of the AccessType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.