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 |
---|---|
IndexRequestStatus |
CmIndexRequest.get_IndexRequestStatus()
Returns the value of the IndexRequestStatus property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmIndexRequest.set_IndexRequestStatus(IndexRequestStatus value)
Sets the value of the IndexRequestStatus property.
|
Modifier and Type | Field and Description |
---|---|
static IndexRequestStatus |
IndexRequestStatus.IN_PROGRESS
Indicates the index request is currently in progress.
|
static IndexRequestStatus |
IndexRequestStatus.NOT_STARTED
Indicates the index request has not yet started.
|
static IndexRequestStatus |
IndexRequestStatus.PAUSED
Indicates the index request is paused.
|
Modifier and Type | Method and Description |
---|---|
static IndexRequestStatus |
IndexRequestStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.