com.filenet.api.security
Interface DiscretionaryPermission

All Superinterfaces:
DependentObject, EngineObject, Permission, java.io.Serializable
All Known Subinterfaces:
AccessPermission

public interface DiscretionaryPermission
extends Permission, DependentObject

Base class for permission objects that define discretionary access permissions. The object's owner grants individual users or groups access rights to the object based on the grantee's identity and group memberships.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: Permission


Method Summary
 AccessType get_AccessType()
          Returns the value of the AccessType property.
 void set_AccessType(AccessType value)
          Sets the value of the AccessType property.
 
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_AccessType

AccessType get_AccessType()
Returns the value of the AccessType property. For more information, see AccessType Property.


set_AccessType

void set_AccessType(AccessType value)
Sets the value of the AccessType property. For more information, see AccessType Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.