Uses of Enum Class
oracle.as.scheduler.RuntimeService.QueryField
Packages that use RuntimeService.QueryField
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RuntimeService.QueryField in oracle.as.scheduler
Methods in oracle.as.scheduler that return RuntimeService.QueryFieldModifier and TypeMethodDescriptionstatic RuntimeService.QueryField
Returns the enum constant of this class with the specified name.static RuntimeService.QueryField[]
RuntimeService.QueryField.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler with parameters of type RuntimeService.QueryFieldModifier and TypeMethodDescriptionvoid
RuntimeService.cancelRequests
(Filter filter, RuntimeService.QueryField orderBy, boolean ascending) Cancels the processing of multiple request that are not in a terminal state.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.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