|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.api.PublicationFilter
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 |
public static final PublicationFilter returnAll
public static final PublicationFilter singleSource
public static final PublicationFilter uniqueTarget
Constructor Detail |
public PublicationFilter(PublicationFilter copy)
PublicationFilter
object from the specified
PublicationFilter
.
Method Detail |
public int asInt()
PublicationFilter
as an integer.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |