|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexJobStatus | |
---|---|
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. |
Uses of IndexJobStatus in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return IndexJobStatus | |
---|---|
IndexJobStatus |
IndexJob.get_JobStatus()
Returns the value of the JobStatus property. |
Uses of IndexJobStatus in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as IndexJobStatus | |
---|---|
static IndexJobStatus |
IndexJobStatus.ABORT_IN_PROGRESS
A request to abort the indexing job has been submitted ( IndexJob.setJobAbortRequested ), and the abort operation
is currently in progress. |
static IndexJobStatus |
IndexJobStatus.IN_PROGRESS
The indexing job is currently in progress. |
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. |
static IndexJobStatus |
IndexJobStatus.TERMINATED_NORMALLY
The indexing job completed normally. |
Methods in com.filenet.api.constants that return IndexJobStatus | |
---|---|
static IndexJobStatus |
IndexJobStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |