-
Packages that use CmHoldable 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.query Provides classes related to constructing and performing Content Engine searches. -
-
Uses of CmHoldable in com.filenet.api.admin
Subinterfaces of CmHoldable in com.filenet.api.admin Modifier and Type Interface and Description interfaceCodeModuleRepresents a Java action handler to be stored on the Content Engine.interfaceXMLPropertyMappingScriptRepresents the definition of aDocumentsubclass for defining XML property mapping scripts.Methods in com.filenet.api.admin that return CmHoldable Modifier and Type Method and Description CmHoldableCmHoldRelationship. get_HeldObject()Returns the value of the HeldObject property.Methods in com.filenet.api.admin with parameters of type CmHoldable Modifier and Type Method and Description voidCmHoldRelationship. set_HeldObject(CmHoldable value)Sets the value of the HeldObject property. -
Uses of CmHoldable in com.filenet.api.core
Subinterfaces of CmHoldable in com.filenet.api.core Modifier and Type Interface and Description interfaceAnnotationRepresents an annotation that can be applied to a document, folder, or custom object.interfaceCustomObjectRepresents a general interface that can be subclassed.interfaceDocumentRepresents a single version of a document stored in an object store.interfaceFolderRepresents a container that can hold otherContainablesubclasses, but cannot have content data of its own.interfaceWorkflowDefinitionRepresents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store. -
Uses of CmHoldable in com.filenet.api.query
Subinterfaces of CmHoldable in com.filenet.api.query Modifier and Type Interface and Description interfaceStoredSearchRepresents the search criteria for a stored search or search template.
-