-
Packages that use IndexJobStatus 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. -
-
Uses of IndexJobStatus in com.filenet.api.admin
Methods in com.filenet.api.admin that return IndexJobStatus Modifier and Type Method and Description IndexJobStatusIndexJob. 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 Modifier and Type Field and Description static IndexJobStatusIndexJobStatus. ABORT_IN_PROGRESSA request to cancel the indexing job has been submitted (IndexJob.set_JobAbortRequested), and the cancel operation is currently in progress.static IndexJobStatusIndexJobStatus. CANCELEDThe indexing job was canceled by an administrator.static IndexJobStatusIndexJobStatus. IN_PROGRESSThe indexing job is currently in progress.static IndexJobStatusIndexJobStatus. PAUSEDA request to pause the indexing job has been submitted (IndexJob.set_JobPauseRequested) and the indexing job has been paused.static IndexJobStatusIndexJobStatus. PENDINGThe indexing job request has been submitted and is currently pending.static IndexJobStatusIndexJobStatus. TERMINATED_ABNORMALLYThe indexing job was terminated before completion due to an unexpected error.static IndexJobStatusIndexJobStatus. TERMINATED_NORMALLYThe indexing job completed normally.Methods in com.filenet.api.constants that return IndexJobStatus Modifier and Type Method and Description static IndexJobStatusIndexJobStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-