Uses of Class
oracle.as.scheduler.Recurrence
Packages that use Recurrence
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of Recurrence in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceModifier and TypeMethodDescriptionExclusion.getRecurrence()
Gets the recurrence of this Exclusion object.Schedule.getRecurrence()
Gets the recurrence object of this schedule instance.Methods in oracle.as.scheduler that return types with arguments of type RecurrenceModifier and TypeMethodDescriptionRecurrenceSet.iterator()
Returns an iterator for list of Recurrence.Methods in oracle.as.scheduler with parameters of type RecurrenceModifier and TypeMethodDescriptionvoid
RecurrenceSet.add
(Recurrence recurrence) Add a Recurrence to this object.void
RecurrenceSet.remove
(Recurrence recurrence) Method to remove a Recurrence from this RecurrenceSet object.void
Exclusion.setRecurrence
(Recurrence recur) Sets the recurrence of this Exclusion object.void
Schedule.setRecurrence
(Recurrence recur) Sets the recurrence for this schedule instance.Constructors in oracle.as.scheduler with parameters of type RecurrenceModifierConstructorDescriptionExclusion
(String name, Recurrence recur) Constructs a new instance representing the given recurrence.RecurrenceSet
(Recurrence... recurrences) Constructs a new instance with the given recurrences.Schedule
(String name, String displayNameKey, String descriptionKey, Recurrence recur, String[] resourceBundleIDs) Constructs a new instance with the given recurrence and associate resource bundles.Schedule
(String name, String description, Recurrence recur) Constructs a new instance with the given recurrence.