Uses of Class
oracle.as.scheduler.RequestDetail
Packages that use RequestDetail
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RequestDetail in oracle.as.scheduler
Methods in oracle.as.scheduler that return RequestDetailModifier and TypeMethodDescriptionRuntimeService.getRequestDetail
(RuntimeServiceHandle handle, long requestId) Retrieves runtime details of the specified request.RuntimeService.getRequestDetail
(RuntimeServiceHandle handle, long requestId, boolean includeTranslation) Retrieves runtime details of the specified request.RuntimeService.getRequestDetailBasic
(RuntimeServiceHandle handle, long requestId) Retrieves basic runtime details of the specified request.RuntimeService.getRequestDetails
(RuntimeServiceHandle handle, long[] requestIds) Retrieves basic runtime details of the specified requests.RuntimeService.getRequestDetails
(RuntimeServiceHandle handle, long[] requestIds, boolean includeTranslation) Retrieves basic runtime details of the specified requests.RuntimeService.getRequestDetailstoExport
(RuntimeServiceHandle handle, Filter filter, RuntimeService.QueryField orderBy, boolean ascending, int maxCount, boolean counterInfo) Retrieves runtime details for all requests whose attribute and system properties match those specified by the query parameters.