Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
static PublicationStatus |
PublicationStatus.DOCUMENT_IS_DEPENDENT_PUBLICATION
Specifies that a document is a publication that is dependent on its source (it will be deleted
if the source document is deleted).
|
static PublicationStatus |
PublicationStatus.DOCUMENT_IS_INDEPENDENT_PUBLICATION
Specifies that a document is a publication that is independent of its source (it won't be deleted
if the source document is deleted).
|
static PublicationStatus |
PublicationStatus.DOCUMENT_IS_NOT_PUBLICATION
Specifies that the document is not a publication.
|
Modifier and Type | Method and Description |
---|---|
static PublicationStatus |
PublicationStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
PublicationStatus |
Document.getPublicationStatus()
Returns a
PublicationStatus enumeration value, which identifies the document's publication
status (dependent, independent, or not a publication). |
© Copyright IBM Corporation 2006, 2015. All rights reserved.