FileNet Content Services
Java Connector v3.0

Uses of Class
com.filenet.wcm.api.PublicationFilter

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

Fields in com.filenet.wcm.api declared as PublicationFilter
static PublicationFilter PublicationFilter.returnAll
          Value of 0; specifies that all versions of all publications that have any of the versions of this document as a source should be returned.
static PublicationFilter PublicationFilter.singleSource
          Value of 1; specifies that all versions of all publications that have this document version as a source should be returned.
static PublicationFilter PublicationFilter.uniqueTarget
          Value of 2; specifies that the most recent version of all publications that have any of the versions of this document as a source should be returned.
 

Methods in com.filenet.wcm.api with parameters of type PublicationFilter
 Documents Document.getPublications(PublicationFilter filter, MimeTypes mimeTypes, java.lang.String[] propNames)
          

Not Implemented in CS Java Connector v3.0.

 java.lang.String Document.getPublicationsXML(PublicationFilter filter, MimeTypes mimeTypes, java.lang.String[] propNames)
          

Not Implemented in CS Java Connector v3.0.

 

Constructors in com.filenet.wcm.api with parameters of type PublicationFilter
PublicationFilter(PublicationFilter copy)
          Constructs a PublicationFilter object from the specified PublicationFilter.
 


FileNet Content Services
Java Connector v3.0