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 |
---|---|
IndexJobStatus |
IndexJob.get_JobStatus()
Returns the value of the JobStatus property.
|
Modifier and Type | Field and Description |
---|---|
static IndexJobStatus |
IndexJobStatus.ABORT_IN_PROGRESS
A request to cancel the indexing job has been submitted (
IndexJob.set_JobAbortRequested ), and the cancel operation
is currently in progress. |
static IndexJobStatus |
IndexJobStatus.CANCELED
The indexing job was canceled by an administrator.
|
static IndexJobStatus |
IndexJobStatus.IN_PROGRESS
The indexing job is currently in progress.
|
static IndexJobStatus |
IndexJobStatus.PAUSED
A request to pause the indexing job has been submitted (
IndexJob.set_JobPauseRequested ) and the indexing job has been paused. |
static IndexJobStatus |
IndexJobStatus.PENDING
The indexing job request has been submitted and is currently pending.
|
static IndexJobStatus |
IndexJobStatus.TERMINATED_ABNORMALLY
The indexing job was terminated before completion due to an unexpected error.
|
static IndexJobStatus |
IndexJobStatus.TERMINATED_NORMALLY
The indexing job completed normally.
|
Modifier and Type | Method and Description |
---|---|
static IndexJobStatus |
IndexJobStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.