Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.RuntimeService.QueryField

Packages that use RuntimeService.QueryField
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 
oracle.as.scheduler.management Remote management API. 

 

Uses of RuntimeService.QueryField in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return RuntimeService.QueryField
static RuntimeService.QueryField RuntimeService.QueryField.from(javax.management.openmbean.CompositeData cd)
           
static RuntimeService.QueryField RuntimeService.QueryField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuntimeService.QueryField[] RuntimeService.QueryField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler with parameters of type RuntimeService.QueryField
 java.util.Enumeration<java.lang.Long> 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

 

Uses of RuntimeService.QueryField in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management with parameters of type RuntimeService.QueryField
 oracle.as.scheduler.management.QueryResultHandle RuntimeServiceMXBeanProxy.executeQueryRequests(Filter filter, RuntimeService.QueryField orderBy, boolean ascending)
          Query requests whose attributes and properties match those specified by the fields in the filter.
 oracle.as.scheduler.management.QueryResultHandle RuntimeServiceMXBeanProxy.executeQueryRequests(Filter filter, RuntimeService.QueryField orderBy, boolean ascending, boolean includeProcessGroup)
          Query requests whose attributes and properties match those specified by the fields in the filter.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.