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 DocClassificationStatus |
DocClassificationStatus.CLASSIFICATION_COMPLETE
Specifies that auto-classification of the document has completed successfully.
|
static DocClassificationStatus |
DocClassificationStatus.CLASSIFICATION_FAILED
Specifies that auto-classification of the document has failed.
|
static DocClassificationStatus |
DocClassificationStatus.CLASSIFICATION_PENDING
Specifies that a request for auto-classification of the document is pending.
|
static DocClassificationStatus |
DocClassificationStatus.NOT_CLASSIFIED
Specifies that auto-classification of the document has not been requested.
|
Modifier and Type | Method and Description |
---|---|
static DocClassificationStatus |
DocClassificationStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
DocClassificationStatus |
Document.get_ClassificationStatus()
Returns the value of the ClassificationStatus property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.