Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.ExplicitDate

Packages that use ExplicitDate
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 

 

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 ExplicitDatefrom 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.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.