Skip navigation links

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


Uses of Class
oracle.as.scheduler.Recurrence

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

 

Uses of Recurrence in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return Recurrence
 Recurrence Exclusion.getRecurrence()
          Returns the recurrence of this Exclusion object.
 Recurrence Schedule.getRecurrence()
          Returns the recurrence object of this schedule instance.

 

Methods in oracle.as.scheduler with parameters of type Recurrence
 void Exclusion.setRecurrence(Recurrence recur)
          Sets the recurrence of this Exlusion object.
 void Schedule.setRecurrence(Recurrence recur)
          Sets the recurrence for this schedule instance.

 

Constructors in oracle.as.scheduler with parameters of type Recurrence
Exclusion(java.lang.String name, Recurrence recur)
          Constructs a new instance representing the given recurrence.
Schedule(java.lang.String name, java.lang.String description, Recurrence recur)
          Constructs a new instance with the given recurrence.
Schedule(java.lang.String name, java.lang.String description, Recurrence recur, MetadataObjectId objectId)
          Constructs a new instance with the given recurrence.
Schedule(java.lang.String name, java.lang.String displayNameKey, java.lang.String descriptionKey, Recurrence recur, java.lang.String[] resourceBundleIDs)
          Constructs a new instance with the given recurrence and associate resource bundles

 


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.