Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
RequestDetail |
RuntimeService.getRequestDetail(RuntimeServiceHandle handle, long requestId)
Retrieves runtime details of the specified request.
|
RequestDetail |
RuntimeService.getRequestDetail(RuntimeServiceHandle handle, long requestId, boolean includeTranslation)
Retrieves runtime details of the specified request.
|
RequestDetail |
RuntimeService.getRequestDetailBasic(RuntimeServiceHandle handle, long requestId)
Retrieves basic runtime details of the specified request.
|
RequestDetail[] |
RuntimeService.getRequestDetails(RuntimeServiceHandle handle, long[] requestIds)
Retrieves basic runtime details of the specified requests.
|
RequestDetail[] |
RuntimeService.getRequestDetails(RuntimeServiceHandle handle, long[] requestIds, boolean includeTranslation)
Retrieves basic runtime details of the specified requests.
|