|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RuntimeService.QueryField>
oracle.as.scheduler.RuntimeService.QueryField
public static enum RuntimeService.QueryField
Field names to be used when querying the Runtime Store. ============================================================ PLEASE NOTE, each QueryField has a corresponding column in the REQEST_HISTORY_VIEW. This view is public to fusion schema. If you add or remove a QueryField, you must also modify the REQUEST_HISTORY_VIEW. And it will cause ESS schema version change. ============================================================
| Enum Constant Summary | |
|---|---|
ABSPARENTIDThe absolute parent request id of a request. |
|
APPLICATIONThe application name. |
|
ASYNCHRONOUSIndicates if the job is asynchronous, synchronous or unknown. |
|
CLASSNAMEThe name of the executable class that processes the request. |
|
COMPLETED_TIMEThe date and time that ESS finished processing the request. |
|
DEFINITIONThe job definition ID (Metadata Object ID). |
|
ELAPSEDTIMEThe amount of time, in milliseconds, that elapsed while the request was running. |
|
ENTERPRISE_IDThe enterprise id. |
|
ERROR_TYPEThe request error type. |
|
EXTERNAL_IDThe identifier for an external portion of an Enterprise Scheduler asynchronous Java job. |
|
INSTANCEPARENTIDThe request id of the instance parent request. |
|
JOB_TYPEThe Job type ID (Metadata Object ID). |
|
NAMEThe request description. |
|
PARENTREQUESTIDThe parent request ID. |
|
PRIORITYThe priority of the request. |
|
PROCESS_PHASEThe process phase of the request |
|
PROCESSENDThe date and time that the process ended. |
|
PROCESSORThe name of the instance that processed a request. |
|
PROCESSSTARTThe date and time that the process started. |
|
PRODUCTThe product name. |
|
READYWAIT_TIMEThe amount of time, in milliseconds, a request has been waiting to run since it became READY. |
|
REQUEST_CATEGORYThe request category specified for the request. |
|
REQUESTEDENDThe requested end time. |
|
REQUESTEDSTARTThe requested start time. |
|
REQUESTIDThe request id of a submitted request. |
|
REQUESTTRIGGERThe Trigger ID (Metadata Object ID). |
|
REQUESTTYPEThe type of request (i.e. |
|
RESULTINDEXControls the starting and ending index of the returned results. |
|
RETRIED_COUNTThe retried count associated with a job. |
|
SCHEDULEThe Schedule ID (Metadata Object ID). |
|
SCHEDULEDThe time when the request is scheduled to be executed. |
|
STATEThe job request state. |
|
SUBMISSIONThe submission time of the request. |
|
SUBMITTERThe submitter of the request. |
|
SUBMITTERGUIDThe submitterguid of the request. |
|
TIMED_OUTIndicates whether the job has timed out. |
|
TYPEThe execution type of the request. |
|
USERNAMEThe name of the user who submitted the request. |
|
WAITTIMEThe amount of time, in milliseconds, a request has been waiting to run. |
|
WORKASSIGNMENTThe name of the work assignment that was active when the request was processed. |
|
| Method Summary | |
|---|---|
java.lang.String |
fieldName()Returns the query field name. |
java.lang.String |
fieldType()Returns the query field datatype. |
static RuntimeService.QueryField |
from(javax.management.openmbean.CompositeData cd) |
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct) |
static javax.management.openmbean.CompositeType |
toCompositeType()Returns the CompositeType that describes this model specific class |
static RuntimeService.QueryField |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RuntimeService.QueryField[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
The field datatype is java.lang.String
public static final RuntimeService.QueryField STATE
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField SCHEDULE
The field datatype is java.lang.String
public static final RuntimeService.QueryField REQUESTTRIGGER
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)
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
The field datatype is java.lang.Integer
public static final RuntimeService.QueryField PROCESS_PHASE
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
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
The value of the field is not set until the request is processed.
The field datatype is java.lang.Boolean. The value may be NULL if the nature of the job has not yet been determined.
| Method Detail |
|---|
public static RuntimeService.QueryField[] values()
for (RuntimeService.QueryField c : RuntimeService.QueryField.values())
System.out.println(c);
public static RuntimeService.QueryField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String fieldName()
public java.lang.String fieldType()
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
public static RuntimeService.QueryField from(javax.management.openmbean.CompositeData cd)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||