FileNet Content Services
Java Connector v3.0

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

Packages that use Documents
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 Documents in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return Documents
 Documents VersionableObject.getVersions()
          Returns a collection of all document versions of this VersionableObject object that the user has permission to view.
 Documents VersionableObject.getVersions(java.lang.String[] propNames)
          Returns a collection of all document versions of this VersionableObject object -- along with their requested properties -- that the user has permission to view.
 Documents ObjectStore.getCheckoutList()
          Returns a collection of Document objects that the current user has checked out from this object store.
 Documents ObjectStore.getCheckoutList(java.lang.String[] propNames)
          Returns a collection of Document objects that the current user has checked out from this object store, plus the requested document properties specified by their symbolic property names.
 Documents Document.getPublications(PublicationFilter filter, MimeTypes mimeTypes, java.lang.String[] propNames)
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0