Class DurationHelper
java.lang.Object
org.camunda.bpm.engine.impl.calendar.DurationHelper
helper class for parsing ISO8601 duration format (also recurring) and computing next timer date
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDurationHelper
(String expressions) DurationHelper
(String expressions, Date startDate) -
Method Summary
Modifier and TypeMethodDescriptiongetDateAfter
(Date date) int
getTimes()
boolean
isRepeat()
void
setRepeatOffset
(long repeatOffset)
-
Field Details
-
PnW_PATTERN
- See Also:
-
-
Constructor Details
-
Method Details
-
getDateAfter
-
getDateAfter
-
getTimes
public int getTimes() -
isRepeat
public boolean isRepeat() -
setRepeatOffset
public void setRepeatOffset(long repeatOffset)
-