Enum Class RuntimeService.QueryField
- All Implemented Interfaces:
Serializable
,Comparable<RuntimeService.QueryField>
,java.lang.constant.Constable
- Enclosing interface:
- RuntimeService
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe request id of the absolute parent request.The application name.Indicates if the job is asynchronous, synchronous or unknown.The name of the executable class that processes the request.The date and time that ESS finished processing the request.The job definition ID (Metadata Object ID).The amount of time, in milliseconds, that elapsed while the request was running.The enterprise id.The request error type.The identifier for an external portion of an Enterprise Scheduler asynchronous Java job.Indicates the type of the remote job.The request id of the instance parent request.The job type ID (Metadata Object ID).Indicates the logical cluster on which a remote job is executed.The request search description specified at submission.The request id of the immediate parent request.The priority of the request.The process phase of the request.The time request processing ended.The name of the instance that processed a request.The time request processing started.The product specified for the request.The amount of time, in milliseconds, a request has been waiting to run since it became READY.The request category specified for the request.The DMS ECID used for processing of a request.The DMS FlowId used for processing of a request.The requested end time.The requested start time.The request id of a request.The type of request.Controls the starting and ending index of the returned results.The retried count associated with a job.The Schedule ID (Metadata Object ID).The time when the request is scheduled to be executed.The request state.The submission time of the request.The submitter of the request.The DMS ECID from the DMS context at request submission.The DMS FlowId from the DMS context at request submission.The submitterguid of the request.Indicates whether the job has timed out.The execution type of the request.The name of the user who submitted the request.The amount of time, in milliseconds, a request has been waiting to run.The name of the work assignment that was active when the request was processed. -
Method Summary
Modifier and TypeMethodDescriptionThe query field name.The query field datatype.static RuntimeService.QueryField
Returns the enum constant of this class with the specified name.static RuntimeService.QueryField[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
REQUESTID
The request id of a request.The field datatype is
java.lang.Long
-
ABSPARENTID
The request id of the absolute parent request. This represents a submitted request.The field datatype is
java.lang.Long
-
NAME
The request search description specified at submission.The field datatype is
java.lang.String
-
APPLICATION
The application name.The field datatype is
java.lang.String
-
PRODUCT
The product specified for the request.The field datatype is
java.lang.String
-
REQUEST_CATEGORY
The request category specified for the request.The field datatype is
java.lang.String
-
USERNAME
The name of the user who submitted the request.The field datatype is
java.lang.String
-
TYPE
The execution type of the request.The field datatype is
java.lang.String
-
DEFINITION
The job definition ID (Metadata Object ID). The value should correspond toMetadataObjectId.toString()
.The field datatype is
java.lang.String
-
STATE
The request state. The value should correspond toState.value()
.The field datatype is
java.lang.Integer
-
SCHEDULE
The Schedule ID (Metadata Object ID). The value should correspond toMetadataObjectId.toString()
.The field datatype is
java.lang.String
-
PRIORITY
The priority of the request.The field datatype is
java.lang.Integer
-
PROCESSSTART
The time request processing started.The field datatype is
java.util.Calendar
-
PROCESSEND
The time request processing ended.The field datatype is
java.util.Calendar
-
REQUESTEDSTART
The requested start time.The field datatype is
java.util.Calendar
-
REQUESTEDEND
The requested end time.The field datatype is
java.util.Calendar
-
SUBMISSION
The submission time of the request.The field datatype is
java.util.Calendar
-
PARENTREQUESTID
The request id of the immediate parent request.The field datatype is
java.lang.Long
-
WORKASSIGNMENT
The name of the work assignment that was active when the request was processed.The field datatype is
java.lang.String
-
ELAPSEDTIME
The amount of time, in milliseconds, that elapsed while the request was running. This will be (processend - processstart), if the request has completed, or (current time - processstart) if the request is still running.The field datatype is
java.lang.Long
-
WAITTIME
The amount of time, in milliseconds, a request has been waiting to run. This will be (current time - scheduled time).The field datatype is
java.lang.Long
-
SCHEDULED
The time when the request is scheduled to be executed.The field datatype is
java.lang.Calendar
-
PROCESSOR
The name of the instance that processed a request.The field datatype is
java.lang.String
-
CLASSNAME
The name of the executable class that processes the request.The field datatype is
java.lang.String
-
SUBMITTER
The submitter of the request.The field datatype is
java.lang.String
-
SUBMITTERGUID
The submitterguid of the request.The field datatype is
java.lang.String
-
INSTANCEPARENTID
The request id of the instance parent request.The field datatype is
java.lang.Long
-
REQUESTTYPE
The type of request. The value should correspond toRequestType.value()
.The field datatype is
java.lang.Integer
-
RESULTINDEX
Controls the starting and ending index of the returned results. This allows users to express things such as "return only results 10 through 20".The field datatype is
java.lang.Integer
-
ERROR_TYPE
The request error type. The value should correspond toErrorType.value()
.The field datatype is
java.lang.Integer
-
PROCESS_PHASE
The process phase of the request. The value should correspond toProcessPhase.value()
.The field datatype is
java.lang.Integer
-
COMPLETED_TIME
The date and time that ESS finished processing the request. This represents the time the process phase was set to Complete.The field datatype is
java.util.Calendar
-
RETRIED_COUNT
The retried count associated with a job. This represents the number of times the job was retried.The field datatype is
java.lang.Integer
-
READYWAIT_TIME
The amount of time, in milliseconds, a request has been waiting to run since it became READY. This will be (current time - ready time).The field datatype is
java.lang.Long
-
JOB_TYPE
The job type ID (Metadata Object ID). The value should correspond toMetadataObjectId.toString()
.The field datatype is
java.lang.String
-
ENTERPRISE_ID
The enterprise id.The field datatype is
java.lang.Long
-
EXTERNAL_ID
The identifier for an external portion of an Enterprise Scheduler asynchronous Java job. SeeSystemProperty.EXTERNAL_ID
.The field datatype is
java.lang.String
-
TIMED_OUT
Indicates whether the job has timed out. SeeSystemProperty.ASYNC_REQUEST_TIMEOUT
.The field datatype is
java.lang.Boolean
-
ASYNCHRONOUS
Indicates if the job is asynchronous, synchronous or unknown.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
. -
LOGICAL_CLUSTER_NAME
Indicates the logical cluster on which a remote job is executed.SystemProperty.LOGICAL_CLUSTER_NAME
.The field datatype is
java.lang.String
-
EXTERNAL_JOB_TYPE
Indicates the type of the remote job.SystemProperty.EXTERNAL_JOB_TYPE
.The field datatype is
java.lang.String
-
SUBMITTER_DMS_ECID
The DMS ECID from the DMS context at request submission.The field datatype is
java.lang.String
-
SUBMITTER_FLOWID
The DMS FlowId from the DMS context at request submission.The field datatype is
java.lang.String
-
REQUEST_DMS_ECID
The DMS ECID used for processing of a request.The field datatype is
java.lang.String
-
REQUEST_FLOWID
The DMS FlowId used for processing of a request.The field datatype is
java.lang.String
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
fieldName
The query field name.- Returns:
- the query field name.
-
fieldType
The query field datatype.- Returns:
- the data type
-