DayOfWeekSchedulableJob¶
-
public final class
DayOfWeekSchedulableJobimplements SchedulableJob, Serializable¶ Job that is scheduled on particular days of week
Constructors¶
DayOfWeekSchedulableJob¶
-
public
DayOfWeekSchedulableJob(MotechEvent motechEvent, LocalDate start, LocalDate end, List<DayOfWeek> days, Time time, boolean ignorePastFiresAtStart)¶ Constructor.
Parameters: - motechEvent – the
MotechEventfired, when job triggers, not null - start – the
Dateat which job should become ACTIVE, not null - end – the
Dateat which job should be stopped, null treated as never end - days – the list of days at which job should be fired, not null
- time – the time at which job should be fired, not null
- ignorePastFiresAtStart – the flag defining whether job should ignore past fires at start or not
- motechEvent – the
DayOfWeekSchedulableJob¶
-
public
DayOfWeekSchedulableJob(MotechEvent motechEvent, LocalDate start, LocalDate end, List<DayOfWeek> days, Time time)¶ Constructor.
Parameters: - motechEvent – the
MotechEventfired, when job triggers, not null - start – the
Dateat which job should become ACTIVE, not null - end – the
Dateat which job should be stopped, null treated as never end - days – the list of days at which job should be fired, not null
- time – the time at which job should be fired, not null
- motechEvent – the