-
Packages that use Versionable 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 Versionable in com.filenet.api.admin
Subinterfaces of Versionable 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 Versionable in com.filenet.api.core
Subinterfaces of Versionable in com.filenet.api.core Modifier and Type Interface and Description interfaceDocumentRepresents a single version of a document stored in an object store.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 Versionable Modifier and Type Method and Description VersionableVersionable. cancelCheckout()Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.VersionableVersionSeries. cancelCheckout()Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.VersionableVersionable. get_CurrentVersion()Returns the value of the CurrentVersion property.VersionableVersionSeries. get_CurrentVersion()Returns the value of the CurrentVersion property.VersionableDocument. get_CurrentVersion()Returns the value of the CurrentVersion property.VersionableVersionSeries. get_ReleasedVersion()Returns the value of the ReleasedVersion property.VersionableDocument. get_ReleasedVersion()Returns the value of the ReleasedVersion property. -
Uses of Versionable in com.filenet.api.query
Subinterfaces of Versionable in com.filenet.api.query Modifier and Type Interface and Description interfaceStoredSearchRepresents the search criteria for a stored search or search template.
-