Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Field and Description |
---|---|
static IndexingFailureCode |
IndexingFailureCode.CONTENT_NOT_FOUND
Indicates that the CBR-enabled object does not have any content elements.
|
static IndexingFailureCode |
IndexingFailureCode.CONVERSION_DISABLED
Indicates the text extraction process used to convert content to plain text is disabled.
|
static IndexingFailureCode |
IndexingFailureCode.ENCRYPTED
Indicates some or all of the text to be indexed was not indexed because it was encrypted.
|
static IndexingFailureCode |
IndexingFailureCode.FALLBACK_PARSER_INVOKED
Indicates the text extracted from the content for the full text index may be incorrect.
|
static IndexingFailureCode |
IndexingFailureCode.MALFORMED
Indicates some or all of the text to be extracted for the full text index is missing and the content was not read correctly.
|
static IndexingFailureCode |
IndexingFailureCode.MALFORMED_XML
Indicates the XML to be extracted for the full text index was not well-formed XML.
|
static IndexingFailureCode |
IndexingFailureCode.MARKED_AS_SKIPPED
Indicates that an administrator or an application (via the IndexingOperation property of a
CmIndexRequest object) has marked a CBR-enabled object to be skipped for full-text indexing. |
static IndexingFailureCode |
IndexingFailureCode.NO_TEXT_EXTRACTED
Indicates an empty file was found during indexing.
|
static IndexingFailureCode |
IndexingFailureCode.OTHER
Indicates an uncommon error occurred.
|
static IndexingFailureCode |
IndexingFailureCode.PARTIALLY_INDEXED_CONTENT
Indicates one of the content elements was only partially indexed.
|
static IndexingFailureCode |
IndexingFailureCode.PASSWORD_PROTECTED
Indicates some or all of the text to be extracted for the full text index was not indexed because it was password-protected.
|
static IndexingFailureCode |
IndexingFailureCode.SIZE_LIMIT_EXCEEDED
Indicates the size of the binary or XML content has exceeded a maximum value.
|
static IndexingFailureCode |
IndexingFailureCode.TIME_OUT
Indicates that the indexing operation has timed out.
|
static IndexingFailureCode |
IndexingFailureCode.TRUNCATED
Indicates the content text was truncated in the full text index.
|
static IndexingFailureCode |
IndexingFailureCode.UNRECOGNIZED_ENCODING
Indicates the code page for the content was not identified.
|
static IndexingFailureCode |
IndexingFailureCode.UNSUPPORTED_TYPE
Indicates some or all of the text to be extracted for the full text index was not indexed because the content type is not supported.
|
Modifier and Type | Method and Description |
---|---|
static IndexingFailureCode |
IndexingFailureCode.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.