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 IndexingFailureRecordingLevel |
IndexingFailureRecordingLevel.LOG_ONLY
Indexing failures are not persisted to the object store.
|
static IndexingFailureRecordingLevel |
IndexingFailureRecordingLevel.PROPAGATE_TO_SOURCE
The indexing failure code is propagated to the
CMIndexingFailureCode property on the CBR-enabled object. |
Modifier and Type | Method and Description |
---|---|
static IndexingFailureRecordingLevel |
IndexingFailureRecordingLevel.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
IndexingFailureRecordingLevel |
ObjectStore.get_IndexingFailureRecordingLevel()
Returns the value of the IndexingFailureRecordingLevel property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_IndexingFailureRecordingLevel(IndexingFailureRecordingLevel value)
Sets the value of the IndexingFailureRecordingLevel property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.