Uses of Interface
com.filenet.api.core.Versionable

Packages that use Versionable
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 as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.publishing Provides interfaces related to publishing. 
 

Uses of Versionable in com.filenet.api.admin
 

Subinterfaces of Versionable in com.filenet.api.admin
 interface CodeModule
          Represents a user-implemented Java event handler that executes when an Action-based object's events are raised.
 interface XMLPropertyMappingScript
          Represents the definition of a Document subclass for defining XML property mapping scripts.
 

Uses of Versionable in com.filenet.api.core
 

Subinterfaces of Versionable in com.filenet.api.core
 interface Document
          Represents a single version of a document stored in an object store.
 interface WorkflowDefinition
          Represents 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
 Versionable VersionSeries.cancelCheckout()
          Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.
 Versionable Versionable.cancelCheckout()
          Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.
 Versionable Document.get_CurrentVersion()
          Returns the value of the CurrentVersion property.
 Versionable VersionSeries.get_CurrentVersion()
          Returns the value of the CurrentVersion property.
 Versionable Versionable.get_CurrentVersion()
          Returns the value of the CurrentVersion property.
 Versionable Document.get_ReleasedVersion()
          Returns the value of the ReleasedVersion property.
 Versionable VersionSeries.get_ReleasedVersion()
          Returns the value of the ReleasedVersion property.
 

Uses of Versionable in com.filenet.api.publishing
 

Subinterfaces of Versionable in com.filenet.api.publishing
 interface PublishTemplate
          Represents a template for publishing a document.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.