Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
Recurrence |
Exclusion.getRecurrence()
Gets the recurrence of this Exclusion object.
|
Recurrence |
Schedule.getRecurrence()
Gets the recurrence object of this schedule instance.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
Exclusion(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 description,
Recurrence recur)
Constructs a new instance with the given recurrence.
|
Schedule(String name,
String displayNameKey,
String descriptionKey,
Recurrence recur,
String[] resourceBundleIDs)
Constructs a new instance with the given recurrence and associate
resource bundles.
|