Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
IndexingOperation |
CmIndexRequest.get_IndexingOperation()
Returns the value of the IndexingOperation property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmIndexRequest.set_IndexingOperation(IndexingOperation value)
Sets the value of the IndexingOperation property.
|
Modifier and Type | Field and Description |
---|---|
static IndexingOperation |
IndexingOperation.CREATE
Indicates that an index entry is to be created.
|
static IndexingOperation |
IndexingOperation.DELETE
Indicates that an index entry is to be deleted.
|
static IndexingOperation |
IndexingOperation.NO_OP
For internal use only.
|
static IndexingOperation |
IndexingOperation.SKIP
Indicates that an index request is to be skipped.
|
static IndexingOperation |
IndexingOperation.UPDATE
Indicates that an existing index entry is to be replaced with an updated entry.
|
Modifier and Type | Method and Description |
---|---|
static IndexingOperation |
IndexingOperation.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.