|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExplicitDate | |
---|---|
oracle.as.scheduler | Enterprise Scheduler API interfaces and classes. |
Uses of ExplicitDate in oracle.as.scheduler |
---|
Methods in oracle.as.scheduler that return ExplicitDate | |
---|---|
static ExplicitDate |
ExplicitDate.fromCalendar(java.util.Calendar cal,
boolean useTime)
Constructs a new instance of ExplicitDate from a
given Calendar instance. |
ExplicitDate |
Exclusion.getExplicitDate()
Returns the explicit date this Exlusions object represents. |
Methods in oracle.as.scheduler that return types with arguments of type ExplicitDate | |
---|---|
java.util.Collection<ExplicitDate> |
Schedule.getExclusionDates()
Returns the list of dates excluded for occurrences in this Schedule object. |
java.util.Collection<ExplicitDate> |
Schedule.getInclusionDates()
Returns the list of explicit dates that are included for occurrences in this Schedule object. |
Methods in oracle.as.scheduler with parameters of type ExplicitDate | |
---|---|
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 Exlusions object. |
Method parameters in oracle.as.scheduler with type arguments of type ExplicitDate | |
---|---|
void |
Schedule.setExclusionDates(java.util.Collection<ExplicitDate> dates)
Sets the list of dates excluded for occurrences in this Schedule object. |
void |
Schedule.setInclusionDates(java.util.Collection<ExplicitDate> dates)
Sets the list of dates to be included for occurrences in this Schedule. |
Constructors in oracle.as.scheduler with parameters of type ExplicitDate | |
---|---|
Exclusion(java.lang.String name,
ExplicitDate date)
Constructs a new instance representing the given explicit date. |
Constructor parameters in oracle.as.scheduler with type arguments of type ExplicitDate | |
---|---|
Schedule(java.lang.String name,
java.lang.String description,
java.util.Collection<ExplicitDate> dates)
Constructs a new schedule with the given set of explicit dates. |
|
Schedule(java.lang.String name,
java.lang.String description,
java.util.Collection<ExplicitDate> dates,
MetadataObjectId objectId)
Constructs a new schedule with the given set of explicit dates. |
|
Schedule(java.lang.String name,
java.lang.String displayNameKey,
java.lang.String descriptionKey,
java.util.Collection<ExplicitDate> dates,
java.lang.String[] resourceBundleIDs)
Constructs a new schedule with the given set of explicit dates and associate resource bundles. |
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |