-
Packages that use CmRole 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.security Provides interfaces related to authentication, authorization, and user- and group-specific data. -
-
Uses of CmRole in com.filenet.api.core
Methods in com.filenet.api.core that return CmRole Modifier and Type Method and Description static CmRoleFactory.CmRole. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmRoleclass by the specified object ID from the specified object store.static CmRoleFactory.CmRole. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmRoleclass from the specified object store. -
Uses of CmRole in com.filenet.api.security
Subinterfaces of CmRole in com.filenet.api.security Modifier and Type Interface and Description interfaceCmDynamicRoleThe base class for roles having membership evaluated dynamically.interfaceCmStaticRoleThe base class for roles having a statically defined membership.Methods in com.filenet.api.security that return CmRole Modifier and Type Method and Description CmRoleCmRoleRoleMember. get_MemberRole()Returns the value of the MemberRole property.CmRoleCmRolePermission. get_Role()Returns the value of the Role property.Methods in com.filenet.api.security with parameters of type CmRole Modifier and Type Method and Description voidCmRoleRoleMember. set_MemberRole(CmRole value)Sets the value of the MemberRole property.voidCmRolePermission. set_Role(CmRole value)Sets the value of the Role property.
-