Uses of Class
oracle.as.scheduler.ExplicitDate
Packages that use ExplicitDate
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ExplicitDate in oracle.as.scheduler
Methods in oracle.as.scheduler that return ExplicitDateModifier and TypeMethodDescriptionstatic ExplicitDate
ExplicitDate.fromCalendar
(Calendar cal, boolean useTime) Constructs a new instance ofExplicitDate
from a given Calendar instance.Exclusion.getExplicitDate()
Gets the explicit date this Exclusion object represents.Methods in oracle.as.scheduler that return types with arguments of type ExplicitDateModifier and TypeMethodDescriptionSchedule.getExclusionDates()
Gets the list of dates excluded for occurrences in this Schedule object.Schedule.getInclusionDates()
Gets the list of explicit dates that are included for occurrences in this Schedule object.Methods in oracle.as.scheduler with parameters of type ExplicitDateModifier and TypeMethodDescriptionvoid
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.Method parameters in oracle.as.scheduler with type arguments of type ExplicitDateModifier and TypeMethodDescriptionvoid
Schedule.setExclusionDates
(Collection<ExplicitDate> dates) Sets the list of dates excluded for occurrences in this Schedule object.void
Schedule.setInclusionDates
(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 ExplicitDateModifierConstructorDescriptionExclusion
(String name, ExplicitDate date) Constructs a new instance representing the given explicit date.Constructor parameters in oracle.as.scheduler with type arguments of type ExplicitDateModifierConstructorDescriptionSchedule
(String name, String displayNameKey, String descriptionKey, Collection<ExplicitDate> dates, String[] resourceBundleIDs) Constructs a new instance with the given set of explicit dates and associate resource bundles.Schedule
(String name, String description, Collection<ExplicitDate> dates) Constructs a new instance with the given set of explicit dates.