Interface DailyExecutionSchedule

All Superinterfaces:
ExecutionSchedule

public interface DailyExecutionSchedule extends 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
  • Method Details

    • getWeekDays

      Set<WeekDay> getWeekDays()
      The set of WeekDay's on which the ScheduleEntry should be executed - modifing this set will change the schedule.
      Returns:
      a modifiable set of weekday's.
      Since:
      4.0