Interface DailyExecutionSchedule
- All Superinterfaces:
ExecutionSchedule
An execution schedule which is executed repeatedly on the same
time of a day, on
which days can be specified by manipulating the week day set.- Since:
- 4.0
-
Field Summary
Fields inherited from interface de.espirit.firstspirit.access.schedule.ExecutionSchedule
DAILY, FIXED, INTERVAL, MONTHLY -
Method Summary
Modifier and TypeMethodDescriptionThe set ofWeekDay's on which theScheduleEntryshould be executed - modifing this set will change the schedule.Methods inherited from interface de.espirit.firstspirit.access.schedule.ExecutionSchedule
getNextExecutionTime, getType, setNextExecutionTime
-
Method Details
-
getWeekDays
The set ofWeekDay's on which theScheduleEntryshould be executed - modifing this set will change the schedule.- Returns:
- a modifiable set of
weekday's. - Since:
- 4.0
-