Uses of Class
pro.taskana.common.api.CustomHoliday
-
Packages that use CustomHoliday Package Description pro.taskana.common.api pro.taskana.common.internal.workingtime -
-
Uses of CustomHoliday in pro.taskana.common.api
Methods in pro.taskana.common.api that return CustomHoliday Modifier and Type Method Description static CustomHolidayCustomHoliday. of(Integer day, Integer month) -
Uses of CustomHoliday in pro.taskana.common.internal.workingtime
Constructor parameters in pro.taskana.common.internal.workingtime with type arguments of type CustomHoliday Constructor Description HolidaySchedule(boolean germanHolidaysEnabled, boolean corpusChristiEnabled, Collection<CustomHoliday> customHolidays)Creates a WorkingDasToDaysConverter.
-