com.filenet.api.security
Interface CmRolePrincipalMember
-
- All Superinterfaces:
- CmRoleMember, DependentObject, EngineObject, RepositoryObject, java.io.Serializable
public interface CmRolePrincipalMember extends RepositoryObject, CmRoleMember, DependentObject
Defines a security principal as a member of a static role.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description SecurityPrincipalget_MemberPrincipal()Returns the value of the MemberPrincipal property.voidset_MemberPrincipal(SecurityPrincipal value)Sets the value of the MemberPrincipal property.-
Methods inherited from interface com.filenet.api.security.CmRoleMember
get_Id
-
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_MemberPrincipal
SecurityPrincipal get_MemberPrincipal()
Returns the value of the MemberPrincipal property. For more information, see MemberPrincipal Property.
-
set_MemberPrincipal
void set_MemberPrincipal(SecurityPrincipal value)
Sets the value of the MemberPrincipal property. For more information, see MemberPrincipal Property.
-
-