FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class PublicationFilter

java.lang.Object
  extended bycom.filenet.wcm.api.PublicationFilter

public final class PublicationFilter
extends java.lang.Object

The PublicationFilter class specifies the filter to use in a call to the Document interface's getPublications and getPublicationsXML methods.


Field Summary
static 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 singleSource
          Value of 1; specifies that all versions of all publications that have this document version as a source should be returned.
static 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.
 
Constructor Summary
PublicationFilter(PublicationFilter copy)
          Constructs a PublicationFilter object from the specified PublicationFilter.
 
Method Summary
 int asInt()
          Returns the PublicationFilter as an integer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnAll

public static final 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.


singleSource

public static final PublicationFilter singleSource
Value of 1; specifies that all versions of all publications that have this document version as a source should be returned.


uniqueTarget

public static final 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.

Constructor Detail

PublicationFilter

public PublicationFilter(PublicationFilter copy)
Constructs a PublicationFilter object from the specified PublicationFilter.

Method Detail

asInt

public int asInt()
Returns the PublicationFilter as an integer.


FileNet Content Services
Java Connector v3.0