Uses of Class
oracle.as.scheduler.RecurrenceSet
Packages that use RecurrenceSet
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of RecurrenceSet in oracle.as.scheduler
Methods in oracle.as.scheduler that return RecurrenceSetModifier and TypeMethodDescriptionSchedule.getRecurrenceSet()Gets the RecurrenceSet object of this schedule instance.Methods in oracle.as.scheduler with parameters of type RecurrenceSetModifier and TypeMethodDescriptionvoidSchedule.setRecurrenceSet(RecurrenceSet recurSet) Sets the RecurrenceSet for this schedule instance.Constructors in oracle.as.scheduler with parameters of type RecurrenceSetModifierConstructorDescriptionSchedule(String name, String displayNameKey, String descriptionKey, RecurrenceSet recurSet, String[] resourceBundleIDs) Constructs a new instance with the given RecurrenceSet and associate resource bundles.Schedule(String name, String description, RecurrenceSet recurSet) Constructs a new instance with the given RecurrenceSet.