|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessType | |
---|---|
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 AccessType in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as AccessType | |
---|---|
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. |
Methods in com.filenet.api.constants that return AccessType | |
---|---|
static AccessType |
AccessType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of AccessType in com.filenet.api.security |
---|
Methods in com.filenet.api.security that return AccessType | |
---|---|
AccessType |
DiscretionaryPermission.get_AccessType()
Returns the value of the AccessType property. |
Methods in com.filenet.api.security with parameters of type AccessType | |
---|---|
void |
DiscretionaryPermission.set_AccessType(AccessType value)
Sets the value of the AccessType property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |