com.filenet.api.security
Interface CmRolePermission
-
- All Superinterfaces:
- CmAbstractPermission, CmExtendedPermission, DependentObject, EngineObject, java.io.Serializable
public interface CmRolePermission extends CmExtendedPermission, DependentObject
A type of extended permission that grants access through aCmRole.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CmRoleget_Role()Returns the value of the Role property.voidset_Role(CmRole value)Sets the value of the Role property.-
Methods inherited from interface com.filenet.api.security.CmAbstractPermission
get_InheritableDepth, get_PermissionSource, set_InheritableDepth
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Role
CmRole get_Role()
Returns the value of the Role property. For more information, see Role Property.
-
set_Role
void set_Role(CmRole value)
Sets the value of the Role property. For more information, see Role Property.
-
-