Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Field and Description |
---|---|
static RuntimeService.QueryField |
RuntimeService.QueryField.ABSPARENTID
The request id of the absolute parent request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.APPLICATION
The application name.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.ASYNCHRONOUS
Indicates if the job is asynchronous, synchronous or unknown.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.CLASSNAME
The name of the executable class that processes the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.COMPLETED_TIME
The date and time that ESS finished processing the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.DEFINITION
The job definition ID (Metadata Object ID).
|
static RuntimeService.QueryField |
RuntimeService.QueryField.ELAPSEDTIME
The amount of time, in milliseconds, that elapsed while the
request was running.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.ENTERPRISE_ID
The enterprise id.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.ERROR_TYPE
The request error type.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.EXTERNAL_ID
The identifier for an external portion of an
Enterprise Scheduler asynchronous Java job.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.EXTERNAL_JOB_TYPE
Indicates the type of the remote job.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.INSTANCEPARENTID
The request id of the instance parent request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.JOB_TYPE
The job type ID (Metadata Object ID).
|
static RuntimeService.QueryField |
RuntimeService.QueryField.LOGICAL_CLUSTER_NAME
Indicates the logical cluster on which a remote job is executed.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.NAME
The request search description specified at submission.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PARENTREQUESTID
The request id of the immediate parent request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PRIORITY
The priority of the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PROCESS_PHASE
The process phase of the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PROCESSEND
The time request processing ended.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PROCESSOR
The name of the instance that processed a request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PROCESSSTART
The time request processing started.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.PRODUCT
The product specified for the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.READYWAIT_TIME
The amount of time, in milliseconds, a request has been waiting
to run since it became READY.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUEST_CATEGORY
The request category specified for the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUEST_DMS_ECID
The DMS ECID used for processing of a request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUEST_FLOWID
The DMS FlowId used for processing of a request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUESTEDEND
The requested end time.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUESTEDSTART
The requested start time.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUESTID
The request id of a request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.REQUESTTYPE
The type of request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.RESULTINDEX
Controls the starting and ending index of the returned results.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.RETRIED_COUNT
The retried count associated with a job.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SCHEDULE
The Schedule ID (Metadata Object ID).
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SCHEDULED
The time when the request is scheduled to be executed.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.STATE
The request state.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SUBMISSION
The submission time of the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SUBMITTER
The submitter of the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SUBMITTER_DMS_ECID
The DMS ECID from the DMS context at request submission.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SUBMITTER_FLOWID
The DMS FlowId from the DMS context at request submission.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.SUBMITTERGUID
The submitterguid of the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.TIMED_OUT
Indicates whether the job has timed out.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.TYPE
The execution type of the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.USERNAME
The name of the user who submitted the request.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.WAITTIME
The amount of time, in milliseconds, a request has been waiting
to run.
|
static RuntimeService.QueryField |
RuntimeService.QueryField.WORKASSIGNMENT
The name of the work assignment that was active when the
request was processed.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeService.QueryField |
RuntimeService.QueryField.valueOf(String name) |
static RuntimeService.QueryField[] |
RuntimeService.QueryField.values() |
Modifier and Type | Method and Description |
---|---|
Enumeration |
RuntimeService.queryRequests(RuntimeServiceHandle handle,
Filter filter,
RuntimeService.QueryField orderBy,
boolean ascending)
Retrieves an enumeration of the request identifers for all requests
whose attribute and system properties match those specified by the
query parameters
|