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