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.
 
Methods inherited from interface com.filenet.api.security.DiscretionaryPermission
get_AccessType, set_AccessType
 
Methods inherited from interface com.filenet.api.security.Permission
get_GranteeName, get_GranteeType, get_InheritableDepth, get_PermissionSource, set_GranteeName, set_InheritableDepth
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

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.