-
Packages that use CmRoleMembershipAction Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. -
-
Uses of CmRoleMembershipAction in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmRoleMembershipAction Modifier and Type Method and Description CmRoleMembershipActionCmRoleClassDefinition. get_RoleMembershipAction()Returns the value of the RoleMembershipAction property.Methods in com.filenet.api.admin with parameters of type CmRoleMembershipAction Modifier and Type Method and Description voidCmRoleClassDefinition. set_RoleMembershipAction(CmRoleMembershipAction value)Sets the value of the RoleMembershipAction property. -
Uses of CmRoleMembershipAction in com.filenet.api.core
Methods in com.filenet.api.core that return CmRoleMembershipAction Modifier and Type Method and Description static CmRoleMembershipActionFactory.CmRoleMembershipAction. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmRoleMembershipActionclass to be persisted in the specified object store.static CmRoleMembershipActionFactory.CmRoleMembershipAction. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmRoleMembershipActionclass to be persisted in the specified object store.static CmRoleMembershipActionFactory.CmRoleMembershipAction. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmRoleMembershipActionclass by the specified object ID from the specified object store.static CmRoleMembershipActionFactory.CmRoleMembershipAction. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmRoleMembershipActionclass from the specified object store. -
Uses of CmRoleMembershipAction in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmRoleMembershipAction Modifier and Type Method and Description booleanRoleMembershipHandler. isUserInRole(CmRoleMembershipAction action, CmDynamicRole role, User evaluationUser, AuthorizationServices services)Determines if a given user is a member of a role.
-