Uses of Class
pro.taskana.common.api.exceptions.InvalidArgumentException
-
Packages that use InvalidArgumentException Package Description pro.taskana.common.api pro.taskana.common.internal.workingtime -
-
Uses of InvalidArgumentException in pro.taskana.common.api
Methods in pro.taskana.common.api that throw InvalidArgumentException Modifier and Type Method Description InstantWorkingTimeCalculator. addWorkingTime(Instant workStart, Duration workingTime)AddsworkingTimefromworkStart.default booleanWorkingTimeCalculator. isWorkingTimeBetween(Instant first, Instant second)Decides whether there is any working time betweenfirstandsecond.InstantWorkingTimeCalculator. subtractWorkingTime(Instant workStart, Duration workingTime)SubtractsworkingTimefromworkStart.DurationWorkingTimeCalculator. workingTimeBetween(Instant first, Instant second)Calculates the working time betweenfirstandsecondaccording to the configured working time schedule. -
Uses of InvalidArgumentException in pro.taskana.common.internal.workingtime
Methods in pro.taskana.common.internal.workingtime that throw InvalidArgumentException Modifier and Type Method Description InstantWorkingTimeCalculatorImpl. addWorkingTime(Instant workStart, Duration workingTime)InstantWorkingTimeCalculatorImpl. subtractWorkingTime(Instant workStart, Duration workingTime)DurationWorkingTimeCalculatorImpl. workingTimeBetween(Instant first, Instant second)
-