-
Packages that use Containable 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 Containable in com.filenet.api.admin
Subinterfaces of Containable 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. -
Uses of Containable in com.filenet.api.core
Subinterfaces of Containable in com.filenet.api.core Modifier and Type Interface and Description 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.Methods in com.filenet.api.core that return Containable Modifier and Type Method and Description ContainableCmTask. get_Coordinator()Returns the value of the Coordinator property.Methods in com.filenet.api.core with parameters of type Containable Modifier and Type Method and Description voidCmTask. set_Coordinator(Containable value)Sets the value of the Coordinator property. -
Uses of Containable in com.filenet.api.query
Subinterfaces of Containable in com.filenet.api.query Modifier and Type Interface and Description interfaceStoredSearchRepresents the search criteria for a stored search or search template.
-