Class WeeklyConfig
java.lang.Object
net.datenwerke.scheduler.service.scheduler.triggers.complex.config.DateTriggerConfig
net.datenwerke.scheduler.service.scheduler.triggers.complex.config.WeeklyConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.scheduler.client.scheduler.dto.config.complex")
public class WeeklyConfig
extends DateTriggerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefines the days per week period with which the trigger should fire (every nth week on Monday, Wednesday and Friday).Defines the period with which the trigger should fire (every nth week).voidsetWeeklyDays(Set<Days> weeklyDays) Defines the days per week period with which the trigger should fire (every nth week on Monday, Wednesday and Friday).voidsetWeeklyN(Integer weeklyN) Defines the period with which the trigger should fire (every nth week).Methods inherited from class net.datenwerke.scheduler.service.scheduler.triggers.complex.config.DateTriggerConfig
getAtTime, getDailyRepeatType, getEndType, getFirstExecution, getId, getLastExecution, getNumberOfExecutions, getTimeRangeEnd, getTimeRangeInterval, getTimeRangeStart, getTimeRangeUnit, getVersion, setAtTime, setAtTime, setDailyRepeatType, setEndType, setFirstExecution, setId, setLastExecution, setNumberOfExecutions, setTimeRangeEnd, setTimeRangeInterval, setTimeRangeStart, setTimeRangeUnit, setVersion
-
Constructor Details
-
WeeklyConfig
public WeeklyConfig()
-
-
Method Details
-
getWeeklyN
Defines the period with which the trigger should fire (every nth week).Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.WEEKLY -
setWeeklyN
Defines the period with which the trigger should fire (every nth week).Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.WEEKLY- Parameters:
weeklyN-
-
getWeeklyDays
Defines the days per week period with which the trigger should fire (every nth week on Monday, Wednesday and Friday).Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.WEEKLY -
setWeeklyDays
Defines the days per week period with which the trigger should fire (every nth week on Monday, Wednesday and Friday).Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.WEEKLY- Parameters:
weeklyDays-
-