Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Uses of Class
oracle.as.scheduler.Filter.Comparator

Packages that use Filter.Comparator
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.metadata.filter   

 

Uses of Filter.Comparator in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return Filter.Comparator
 Filter.Comparator Filter.getComparator()
          Gets the comparator for this filter.
static Filter.Comparator Filter.Comparator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.Comparator[] Filter.Comparator.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 Filter.Comparator
 Filter Filter.and(java.lang.String field, Filter.Comparator comparator, java.lang.Object value)
          Returns a new filter that is the result of ANDing a filter with the given field, comparator, and value with the current filter.
 Filter Filter.or(java.lang.String field, Filter.Comparator comparator, java.lang.Object value)
          Returns a new filter that is the result of ORing a filter with the given field, comparator, and value with the current filter.

 

Constructors in oracle.as.scheduler with parameters of type Filter.Comparator
Filter(java.lang.String field, Filter.Comparator comparator, java.lang.Object value)
          Constructs a filter with the field and value specified.

 

Uses of Filter.Comparator in oracle.as.scheduler.metadata.filter

 

Methods in oracle.as.scheduler.metadata.filter with parameters of type Filter.Comparator
 Filter DisplayNameFilterHelper.queryDisplayName(Filter.Comparator c, oracle.as.scheduler.translation.TranslatedString translatedString)
           
 Filter JobSetFilterHelper.queryFirstStep(Filter.Comparator c, java.lang.String firstStep)
           
 Filter JobDefinitionFilterHelper.queryJobType(Filter.Comparator c, java.lang.String jobType)
           
 Filter DisplayNameFilterHelper.queryRequestsByDisplayName(MetadataService ms, MetadataServiceHandle msh, Filter.Comparator comparator, oracle.as.scheduler.translation.TranslatedString translatedString)
           
 Filter DisplayNameFilterHelper.queryRequestsByDisplayName(MetadataServiceMXBeanProxy ms, java.lang.String logicalApplicationName, Filter.Comparator comparator, oracle.as.scheduler.translation.TranslatedString translatedString)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.2)
E26229-03


Copyright © 2008, 2012 Oracle. All rights reserved.