Class DurationHelper
java.lang.Object
org.activiti.engine.impl.calendar.DurationHelper
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDurationHelper(String expressionS, int maxIterations, ClockReader clockReader) DurationHelper(String expressionS, ClockReader clockReader) -
Method Summary
Modifier and TypeMethodDescriptionprotected CalendargetCalendarAfter(Calendar time) getEnd()getStart()intgetTimes()protected booleanisDuration(String time) booleanisRepeat()isValidDate(Date newTimer) protected Calendarprotected DurationparsePeriod(String period)
-
Field Details
-
clockReader
-
-
Constructor Details
-
DurationHelper
public DurationHelper(String expressionS, int maxIterations, ClockReader clockReader) throws Exception - Throws:
Exception
-
DurationHelper
- Throws:
Exception
-
-
Method Details
-
getStart
-
getEnd
-
getPeriod
-
isRepeat
public boolean isRepeat() -
getTimes
public int getTimes() -
getCalendarAfter
-
getCalendarAfter
-
isValidDate
-
getDateAfter
-
add
-
parseDate
-
parsePeriod
-
isDuration
-