com.filenet.api.admin
Interface CmRoleAccessDefinition
-
- All Superinterfaces:
- DependentObject, EngineObject, RepositoryObject, java.io.Serializable
public interface CmRoleAccessDefinition extends RepositoryObject, EngineObject, DependentObject
Defines the access control applied to a particular class by the role. A list ofCmRoleAccessDefinitionobjects is set on a an instance ofCmRoleClassDefinition, which defines a subclass ofCmRole.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Integerget_AccessMask()Returns the value of the AccessMask property.ClassDefinitionget_ControlledClass()Returns the value of the ControlledClass property.Idget_Id()Returns the value of the Id property.voidset_AccessMask(java.lang.Integer value)Sets the value of the AccessMask property.voidset_ControlledClass(ClassDefinition value)Sets the value of the ControlledClass property.-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_ControlledClass
ClassDefinition get_ControlledClass()
Returns the value of the ControlledClass property. For more information, see ControlledClass Property.
-
set_ControlledClass
void set_ControlledClass(ClassDefinition value)
Sets the value of the ControlledClass property. For more information, see ControlledClass 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.
-
-