-
Packages that use CmDynamicRole Package Description 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 CmDynamicRole in com.filenet.api.core
Methods in com.filenet.api.core that return CmDynamicRole Modifier and Type Method and Description static CmDynamicRoleFactory.CmDynamicRole. createInstance(ObjectStore os, java.lang.String className)Creates a new instance of the subclassableCmDynamicRoleclass, to be persisted in the specified object store, based on the class.static CmDynamicRoleFactory.CmDynamicRole. createInstance(ObjectStore os, java.lang.String className, Id id)Creates a new instance of the subclassableCmDynamicRoleclass, to be persisted in the specified object store, based on the class and GUID.static CmDynamicRoleFactory.CmDynamicRole. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmDynamicRoleclass by the specified object ID from the specified object store.static CmDynamicRoleFactory.CmDynamicRole. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmDynamicRoleclass from the specified object store. -
Uses of CmDynamicRole in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmDynamicRole 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.
-