public static final class RuntimeService.QueryField extends Enum
Modifier and Type | Field and Description |
---|---|
static RuntimeService.QueryField |
ABSPARENTID
The request id of the absolute parent request.
|
static RuntimeService.QueryField |
APPLICATION
The application name.
|
static RuntimeService.QueryField |
ASYNCHRONOUS
Indicates if the job is asynchronous, synchronous or unknown.
|
static RuntimeService.QueryField |
CLASSNAME
The name of the executable class that processes the request.
|
static RuntimeService.QueryField |
COMPLETED_TIME
The date and time that ESS finished processing the request.
|
static RuntimeService.QueryField |
DEFINITION
The job definition ID (Metadata Object ID).
|
static RuntimeService.QueryField |
ELAPSEDTIME
The amount of time, in milliseconds, that elapsed while the
request was running.
|
static RuntimeService.QueryField |
ENTERPRISE_ID
The enterprise id.
|
static RuntimeService.QueryField |
ERROR_TYPE
The request error type.
|
static RuntimeService.QueryField |
EXTERNAL_ID
The identifier for an external portion of an
Enterprise Scheduler asynchronous Java job.
|
static RuntimeService.QueryField |
EXTERNAL_JOB_TYPE
Indicates the type of the remote job.
|
static RuntimeService.QueryField |
INSTANCEPARENTID
The request id of the instance parent request.
|
static RuntimeService.QueryField |
JOB_TYPE
The job type ID (Metadata Object ID).
|
static RuntimeService.QueryField |
LOGICAL_CLUSTER_NAME
Indicates the logical cluster on which a remote job is executed.
|
static RuntimeService.QueryField |
NAME
The request search description specified at submission.
|
static RuntimeService.QueryField |
PARENTREQUESTID
The request id of the immediate parent request.
|
static RuntimeService.QueryField |
PRIORITY
The priority of the request.
|
static RuntimeService.QueryField |
PROCESS_PHASE
The process phase of the request.
|
static RuntimeService.QueryField |
PROCESSEND
The time request processing ended.
|
static RuntimeService.QueryField |
PROCESSOR
The name of the instance that processed a request.
|
static RuntimeService.QueryField |
PROCESSSTART
The time request processing started.
|
static RuntimeService.QueryField |
PRODUCT
The product specified for the request.
|
static RuntimeService.QueryField |
READYWAIT_TIME
The amount of time, in milliseconds, a request has been waiting
to run since it became READY.
|
static RuntimeService.QueryField |
REQUEST_CATEGORY
The request category specified for the request.
|
static RuntimeService.QueryField |
REQUEST_DMS_ECID
The DMS ECID used for processing of a request.
|
static RuntimeService.QueryField |
REQUEST_FLOWID
The DMS FlowId used for processing of a request.
|
static RuntimeService.QueryField |
REQUESTEDEND
The requested end time.
|
static RuntimeService.QueryField |
REQUESTEDSTART
The requested start time.
|
static RuntimeService.QueryField |
REQUESTID
The request id of a request.
|
static RuntimeService.QueryField |
REQUESTTYPE
The type of request.
|
static RuntimeService.QueryField |
RESULTINDEX
Controls the starting and ending index of the returned results.
|
static RuntimeService.QueryField |
RETRIED_COUNT
The retried count associated with a job.
|
static RuntimeService.QueryField |
SCHEDULE
The Schedule ID (Metadata Object ID).
|
static RuntimeService.QueryField |
SCHEDULED
The time when the request is scheduled to be executed.
|
static RuntimeService.QueryField |
STATE
The request state.
|
static RuntimeService.QueryField |
SUBMISSION
The submission time of the request.
|
static RuntimeService.QueryField |
SUBMITTER
The submitter of the request.
|
static RuntimeService.QueryField |
SUBMITTER_DMS_ECID
The DMS ECID from the DMS context at request submission.
|
static RuntimeService.QueryField |
SUBMITTER_FLOWID
The DMS FlowId from the DMS context at request submission.
|
static RuntimeService.QueryField |
SUBMITTERGUID
The submitterguid of the request.
|
static RuntimeService.QueryField |
TIMED_OUT
Indicates whether the job has timed out.
|
static RuntimeService.QueryField |
TYPE
The execution type of the request.
|
static RuntimeService.QueryField |
USERNAME
The name of the user who submitted the request.
|
static RuntimeService.QueryField |
WAITTIME
The amount of time, in milliseconds, a request has been waiting
to run.
|
static RuntimeService.QueryField |
WORKASSIGNMENT
The name of the work assignment that was active when the
request was processed.
|
Modifier and Type | Method and Description |
---|---|
String |
fieldName()
The query field name.
|
String |
fieldType()
The query field datatype.
|
static RuntimeService.QueryField |
valueOf(String name) |
static RuntimeService.QueryField[] |
values() |
public static final RuntimeService.QueryField REQUESTID
The field datatype is java.lang.Long
public static final RuntimeService.QueryField ABSPARENTID
The field datatype is java.lang.Long
public static final RuntimeService.QueryField NAME
The field datatype is java.lang.String
public static final RuntimeService.QueryField APPLICATION
The field datatype is java.lang.String
public static final RuntimeService.QueryField PRODUCT
The field datatype is java.lang.String
public static final RuntimeService.QueryField REQUEST_CATEGORY
The field datatype is java.lang.String
public static final RuntimeService.QueryField USERNAME
The field datatype is java.lang.String
public static final RuntimeService.QueryField TYPE
The field datatype is java.lang.String
public static final RuntimeService.QueryField DEFINITION
MetadataObjectId.toString()
.
The field datatype is java.lang.String
public static final RuntimeService.QueryField STATE
State.value()
.
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField SCHEDULE
MetadataObjectId.toString()
.
The field datatype is java.lang.String
public static final RuntimeService.QueryField PRIORITY
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField PROCESSSTART
The field datatype is java.util.Calendar
public static final RuntimeService.QueryField PROCESSEND
The field datatype is java.util.Calendar
public static final RuntimeService.QueryField REQUESTEDSTART
The field datatype is java.util.Calendar
public static final RuntimeService.QueryField REQUESTEDEND
The field datatype is java.util.Calendar
public static final RuntimeService.QueryField SUBMISSION
The field datatype is java.util.Calendar
public static final RuntimeService.QueryField PARENTREQUESTID
The field datatype is java.lang.Long
public static final RuntimeService.QueryField WORKASSIGNMENT
The field datatype is java.lang.String
public static final RuntimeService.QueryField ELAPSEDTIME
The field datatype is java.lang.Long
public static final RuntimeService.QueryField WAITTIME
The field datatype is java.lang.Long
public static final RuntimeService.QueryField SCHEDULED
The field datatype is java.lang.Calendar
public static final RuntimeService.QueryField PROCESSOR
The field datatype is java.lang.String
public static final RuntimeService.QueryField CLASSNAME
The field datatype is java.lang.String
public static final RuntimeService.QueryField SUBMITTER
The field datatype is java.lang.String
public static final RuntimeService.QueryField SUBMITTERGUID
The field datatype is java.lang.String
public static final RuntimeService.QueryField INSTANCEPARENTID
The field datatype is java.lang.Long
public static final RuntimeService.QueryField REQUESTTYPE
RequestType.value()
.
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField RESULTINDEX
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField ERROR_TYPE
ErrorType.value()
.
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField PROCESS_PHASE
ProcessPhase.value()
.
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField COMPLETED_TIME
The field datatype is java.util.Calendar
public static final RuntimeService.QueryField RETRIED_COUNT
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField READYWAIT_TIME
The field datatype is java.lang.Long
public static final RuntimeService.QueryField JOB_TYPE
MetadataObjectId.toString()
.
The field datatype is java.lang.String
public static final RuntimeService.QueryField ENTERPRISE_ID
The field datatype is java.lang.Long
public static final RuntimeService.QueryField EXTERNAL_ID
SystemProperty.EXTERNAL_ID
.
The field datatype is java.lang.String
public static final RuntimeService.QueryField TIMED_OUT
SystemProperty.ASYNC_REQUEST_TIMEOUT
.
The field datatype is java.lang.Boolean
public static final RuntimeService.QueryField ASYNCHRONOUS
Enterprise Scheduler does not determine the nature of the job executable until until the request is processed.
The value may be NULL
if the nature of the job
has not yet been determined.
The field datatype is java.lang.Boolean
.
public static final RuntimeService.QueryField LOGICAL_CLUSTER_NAME
SystemProperty.LOGICAL_CLUSTER_NAME
.
The field datatype is java.lang.String
public static final RuntimeService.QueryField EXTERNAL_JOB_TYPE
SystemProperty.EXTERNAL_JOB_TYPE
.
The field datatype is java.lang.String
public static final RuntimeService.QueryField SUBMITTER_DMS_ECID
The field datatype is java.lang.String
public static final RuntimeService.QueryField SUBMITTER_FLOWID
The field datatype is java.lang.String
public static final RuntimeService.QueryField REQUEST_DMS_ECID
The field datatype is java.lang.String
public static final RuntimeService.QueryField REQUEST_FLOWID
The field datatype is java.lang.String
public static RuntimeService.QueryField[] values()
public static RuntimeService.QueryField valueOf(String name)
public String fieldName()
public String fieldType()