com.filenet.api.security
Interface AccessPermission
- All Superinterfaces:
- DependentObject, DiscretionaryPermission, EngineObject, Permission, java.io.Serializable
public interface AccessPermission
- extends DiscretionaryPermission, DependentObject
Defines access permissions through a bitmask of access rights.
You can create an instance of this class by calling createInstance
on the Factory.AccessPermission
class.
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: DiscretionaryPermission
Method Summary |
java.lang.Integer |
get_AccessMask()
Returns the value of the AccessMask property. |
void |
set_AccessMask(java.lang.Integer value)
Sets the value of the AccessMask property. |
get_AccessMask
java.lang.Integer get_AccessMask()
- Returns the value of the AccessMask property. For more information, see
AccessMask Property.
set_AccessMask
void set_AccessMask(java.lang.Integer value)
- Sets the value of the AccessMask property. For more information, see
AccessMask Property.
© Copyright IBM Corporation 2006, 2009. All rights reserved.