-
Packages that use CmHold 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. -
-
Uses of CmHold in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmHold Modifier and Type Method and Description CmHoldCmHoldRelationship. get_Hold()Returns the value of the Hold property.Methods in com.filenet.api.admin with parameters of type CmHold Modifier and Type Method and Description voidCmHoldRelationship. set_Hold(CmHold value)Sets the value of the Hold property. -
Uses of CmHold in com.filenet.api.core
Methods in com.filenet.api.core that return CmHold Modifier and Type Method and Description static CmHoldFactory.CmHold. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmHoldclass to be persisted in the specified object store.static CmHoldFactory.CmHold. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmHoldclass to be persisted in the specified object store.static CmHoldFactory.CmHold. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmHoldclass by the specified object ID from the specified object store.static CmHoldFactory.CmHold. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmHoldclass from the specified object store.
-