Uses of Class
com.redwood.scheduler.api.date.Period
-
Packages that use Period Package Description com.redwood.scheduler.api.date Scheduler API - Dates and Periodscom.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of Period in com.redwood.scheduler.api.date
Methods in com.redwood.scheduler.api.date that return Period Modifier and Type Method Description Period
Periods. getPeriod(int aIndex)
Typesafe accessor to the element at aIndex.Methods in com.redwood.scheduler.api.date that return types with arguments of type Period Modifier and Type Method Description static Comparator<Period>
Periods. getNextOpenComparator()
Methods in com.redwood.scheduler.api.date with parameters of type Period Modifier and Type Method Description int
Period. compareTo(Period other)
void
Periods. intersect(Period aPeriod)
Intersects this periods with aPeriod.boolean
Period. intersects(Period aPeriod)
Returns true if there is an overlap between aPeriod and this period.void
Periods. subtract(Period aPeriod)
Excludes aPeriod from this periods.Constructors in com.redwood.scheduler.api.date with parameters of type Period Constructor Description Period(Period newPeriod)
-
Uses of Period in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return types with arguments of type Period Modifier and Type Method Description List<Period>
PeriodFunction. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone timeZone, String params)
All changes of the open-close status of this period function.List<Period>
TimeWindow. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone defaultTimeZone)
All changes of the open-close status of this time window.List<Period>
TimeWindowElement. allStatusChanges(DateTimeZone startTime, DateTimeZone endTime, TimeZone defaultTimeZone)
All changes of the open-close status of this time window interval.
-