FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.Document

Packages that use Document
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of Document in com.filenet.Panagon
 

Subinterfaces of Document in com.filenet.Panagon
 interface Document
          A Document object represents a document stored in a Content Services object store (library).
 

Uses of Document in com.filenet.wcm.api
 

Subinterfaces of Document in com.filenet.wcm.api
 interface PublishTemplate
          

Not Implemented in CS Java Connector v3.0.

 interface StoredSearch
          

Not Implemented in CS Java Connector v3.0.

 interface WorkflowDefinition
          

Not Implemented in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api that return Document
 Document VersionSeries.getCurrentVersion()
          Returns a Document object representing the current document version in this VersionSeries object.
 Document VersionSeries.getReleasedVersion()
          

Not Implemented in CS Java Connector v3.0.

 Document VersionableObject.checkout()
          Checks out this VersionableObject object by creating a reservation object and returning a reference to it.
 Document VersionableObject.checkout(int checkoutFlags)
          

Not Implemented in CS Java Connector v3.0.

 Document VersionableObject.getReservation()
          Returns the reservation object for this VersionableObject object's version series.
 

Methods in com.filenet.wcm.api with parameters of type Document
 PublishRequest Document.republish(Document publishedDocument, java.lang.String publishOptions)
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0