DayOfWeekSchedulableJob

public final class DayOfWeekSchedulableJob implements 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)

DayOfWeekSchedulableJob

public DayOfWeekSchedulableJob(MotechEvent motechEvent, LocalDate start, LocalDate end, List<DayOfWeek> days, Time time)

Methods

getCronDays

public List<Integer> getCronDays()

getEndDate

public LocalDate getEndDate()

getMotechEvent

public MotechEvent getMotechEvent()

getStartDate

public LocalDate getStartDate()

getTime

public Time getTime()

isIgnorePastFiresAtStart

public boolean isIgnorePastFiresAtStart()