Class MonthlyNthDayOfWeekConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMonth()Defines the monthly period of monthly pattern.Defines the type of day (Days) of monthly pattern.Defines the nth (Nth) day of monthly pattern.voidDefines the monthly period of monthly pattern.voidsetMonthlyDay(Days monthlyDay) Defines the type of day (Days) of monthly pattern.voidsetMonthlyNth(Nth monthlyNth) Defines the nth (Nth) day of monthly pattern.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
-
MonthlyNthDayOfWeekConfig
public MonthlyNthDayOfWeekConfig()
-
-
Method Details
-
getMonthlyNth
Defines the nth (Nth) day of monthly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.MONTHLYandSeriesConfigurationForm.SeriesSubPatternis set toSeriesConfigurationForm.SeriesSubPattern.MONTHLY_Nth_DAY_OF_WEEK_Mth_MONTH -
setMonthlyNth
Defines the nth (Nth) day of monthly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.MONTHLYandSeriesConfigurationForm.SeriesSubPatternis set toSeriesConfigurationForm.SeriesSubPattern.MONTHLY_Nth_DAY_OF_WEEK_Mth_MONTH- Parameters:
monthlyNth-
-
getMonthlyDay
Defines the type of day (Days) of monthly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.MONTHLYandSeriesConfigurationForm.SeriesSubPatternis set toSeriesConfigurationForm.SeriesSubPattern.MONTHLY_Nth_DAY_OF_WEEK_Mth_MONTH -
setMonthlyDay
Defines the type of day (Days) of monthly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.MONTHLYandSeriesConfigurationForm.SeriesSubPatternis set toSeriesConfigurationForm.SeriesSubPattern.MONTHLY_Nth_DAY_OF_WEEK_Mth_MONTH- Parameters:
monthlyDay-
-
getMonth
Defines the monthly period of monthly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.MONTHLYandSeriesConfigurationForm.SeriesSubPatternis set toSeriesConfigurationForm.SeriesSubPattern.MONTHLY_Nth_DAY_OF_WEEK_Mth_MONTH -
setMonth
Defines the monthly period of monthly pattern.Only applies if
SeriesConfigurationForm.SeriesPatternis set toSeriesConfigurationForm.SeriesPattern.MONTHLYandSeriesConfigurationForm.SeriesSubPatternis set toSeriesConfigurationForm.SeriesSubPattern.MONTHLY_Nth_DAY_OF_WEEK_Mth_MONTH- Parameters:
month-
-