Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
static ExplicitDate |
ExplicitDate.fromCalendar(Calendar cal,
boolean useTime)
Constructs a new instance of
ExplicitDate from a given
Calendar instance. |
ExplicitDate |
Exclusion.getExplicitDate()
Gets the explicit date this Exclusion object represents.
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.addExclusionDate(ExplicitDate date)
Adds an explicit date to be excluded from occurrences in this
Schedule object.
|
void |
Schedule.addInclusionDate(ExplicitDate date)
Adds an explicit date to be included for occurrences in this Schedule
object.
|
void |
Schedule.removeExclusionDate(ExplicitDate date)
Removes an explicit date from the list of dates excluded for occurrences
in this Schedule object.
|
void |
Schedule.removeInclusionDate(ExplicitDate date)
Removes an explicit date from list of included dates of this
Schedule object.
|
void |
Exclusion.setExplicitDate(ExplicitDate date)
Sets the explicit date of this Exclusion object.
|
Constructor and Description |
---|
Exclusion(String name,
ExplicitDate date)
Constructs a new instance representing the given explicit date.
|