Enum Class RuntimeService.QueryField

java.lang.Object
java.lang.Enum<RuntimeService.QueryField>
oracle.as.scheduler.RuntimeService.QueryField
All Implemented Interfaces:
Serializable, Comparable<RuntimeService.QueryField>, java.lang.constant.Constable
Enclosing interface:
RuntimeService

public static enum RuntimeService.QueryField extends Enum<RuntimeService.QueryField>
Field names to be used when querying the Runtime Store.
  • Enum Constant Details

    • REQUESTID

      public static final RuntimeService.QueryField REQUESTID
      The request id of a request.

      The field datatype is java.lang.Long

    • ABSPARENTID

      public static final RuntimeService.QueryField ABSPARENTID
      The request id of the absolute parent request. This represents a submitted request.

      The field datatype is java.lang.Long

    • NAME

      public static final RuntimeService.QueryField NAME
      The request search description specified at submission.

      The field datatype is java.lang.String

    • APPLICATION

      public static final RuntimeService.QueryField APPLICATION
      The application name.

      The field datatype is java.lang.String

    • PRODUCT

      public static final RuntimeService.QueryField PRODUCT
      The product specified for the request.

      The field datatype is java.lang.String

    • REQUEST_CATEGORY

      public static final RuntimeService.QueryField REQUEST_CATEGORY
      The request category specified for the request.

      The field datatype is java.lang.String

    • USERNAME

      public static final RuntimeService.QueryField USERNAME
      The name of the user who submitted the request.

      The field datatype is java.lang.String

    • TYPE

      public static final RuntimeService.QueryField TYPE
      The execution type of the request.

      The field datatype is java.lang.String

    • DEFINITION

      public static final RuntimeService.QueryField DEFINITION
      The job definition ID (Metadata Object ID). The value should correspond to MetadataObjectId.toString().

      The field datatype is java.lang.String

    • STATE

      public static final RuntimeService.QueryField STATE
      The request state. The value should correspond to State.value().

      The field datatype is java.lang.Integer

    • SCHEDULE

      public static final RuntimeService.QueryField SCHEDULE
      The Schedule ID (Metadata Object ID). The value should correspond to MetadataObjectId.toString().

      The field datatype is java.lang.String

    • PRIORITY

      public static final RuntimeService.QueryField PRIORITY
      The priority of the request.

      The field datatype is java.lang.Integer

    • PROCESSSTART

      public static final RuntimeService.QueryField PROCESSSTART
      The time request processing started.

      The field datatype is java.util.Calendar

    • PROCESSEND

      public static final RuntimeService.QueryField PROCESSEND
      The time request processing ended.

      The field datatype is java.util.Calendar

    • REQUESTEDSTART

      public static final RuntimeService.QueryField REQUESTEDSTART
      The requested start time.

      The field datatype is java.util.Calendar

    • REQUESTEDEND

      public static final RuntimeService.QueryField REQUESTEDEND
      The requested end time.

      The field datatype is java.util.Calendar

    • SUBMISSION

      public static final RuntimeService.QueryField SUBMISSION
      The submission time of the request.

      The field datatype is java.util.Calendar

    • PARENTREQUESTID

      public static final RuntimeService.QueryField PARENTREQUESTID
      The request id of the immediate parent request.

      The field datatype is java.lang.Long

    • WORKASSIGNMENT

      public static final RuntimeService.QueryField WORKASSIGNMENT
      The name of the work assignment that was active when the request was processed.

      The field datatype is java.lang.String

    • ELAPSEDTIME

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField SCHEDULED
      The time when the request is scheduled to be executed.

      The field datatype is java.lang.Calendar

    • PROCESSOR

      public static final RuntimeService.QueryField PROCESSOR
      The name of the instance that processed a request.

      The field datatype is java.lang.String

    • CLASSNAME

      public static final RuntimeService.QueryField CLASSNAME
      The name of the executable class that processes the request.

      The field datatype is java.lang.String

    • SUBMITTER

      public static final RuntimeService.QueryField SUBMITTER
      The submitter of the request.

      The field datatype is java.lang.String

    • SUBMITTERGUID

      public static final RuntimeService.QueryField SUBMITTERGUID
      The submitterguid of the request.

      The field datatype is java.lang.String

    • INSTANCEPARENTID

      public static final RuntimeService.QueryField INSTANCEPARENTID
      The request id of the instance parent request.

      The field datatype is java.lang.Long

    • REQUESTTYPE

      public static final RuntimeService.QueryField REQUESTTYPE
      The type of request. The value should correspond to RequestType.value().

      The field datatype is java.lang.Integer

    • RESULTINDEX

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField ERROR_TYPE
      The request error type. The value should correspond to ErrorType.value().

      The field datatype is java.lang.Integer

    • PROCESS_PHASE

      public static final RuntimeService.QueryField PROCESS_PHASE
      The process phase of the request. The value should correspond to ProcessPhase.value().

      The field datatype is java.lang.Integer

    • COMPLETED_TIME

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField JOB_TYPE
      The job type ID (Metadata Object ID). The value should correspond to MetadataObjectId.toString().

      The field datatype is java.lang.String

    • ENTERPRISE_ID

      public static final RuntimeService.QueryField ENTERPRISE_ID
      The enterprise id.

      The field datatype is java.lang.Long

    • EXTERNAL_ID

      public static final RuntimeService.QueryField EXTERNAL_ID
      The identifier for an external portion of an Enterprise Scheduler asynchronous Java job. See SystemProperty.EXTERNAL_ID.

      The field datatype is java.lang.String

    • TIMED_OUT

      public static final RuntimeService.QueryField TIMED_OUT
      Indicates whether the job has timed out. See SystemProperty.ASYNC_REQUEST_TIMEOUT.

      The field datatype is java.lang.Boolean

    • ASYNCHRONOUS

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField 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

      public static final RuntimeService.QueryField EXTERNAL_JOB_TYPE
      Indicates the type of the remote job. SystemProperty.EXTERNAL_JOB_TYPE.

      The field datatype is java.lang.String

    • SUBMITTER_DMS_ECID

      public static final RuntimeService.QueryField SUBMITTER_DMS_ECID
      The DMS ECID from the DMS context at request submission.

      The field datatype is java.lang.String

    • SUBMITTER_FLOWID

      public static final RuntimeService.QueryField SUBMITTER_FLOWID
      The DMS FlowId from the DMS context at request submission.

      The field datatype is java.lang.String

    • REQUEST_DMS_ECID

      public static final RuntimeService.QueryField REQUEST_DMS_ECID
      The DMS ECID used for processing of a request.

      The field datatype is java.lang.String

    • REQUEST_FLOWID

      public static final RuntimeService.QueryField REQUEST_FLOWID
      The DMS FlowId used for processing of a request.

      The field datatype is java.lang.String

  • Method Details

    • values

      public static RuntimeService.QueryField[] 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

      public static RuntimeService.QueryField valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fieldName

      public String fieldName()
      The query field name.
      Returns:
      the query field name.
    • fieldType

      public String fieldType()
      The query field datatype.
      Returns:
      the data type