org.camunda.bpm.engine.impl.calendar
Class DurationHelper

java.lang.Object
  extended by org.camunda.bpm.engine.impl.calendar.DurationHelper

public class DurationHelper
extends Object

helper class for parsing ISO8601 duration format (also recurring) and computing next timer date


Constructor Summary
DurationHelper(String expressions)
           
 
Method Summary
 Date getDateAfter()
           
 int getTimes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationHelper

public DurationHelper(String expressions)
               throws Exception
Throws:
Exception
Method Detail

getDateAfter

public Date getDateAfter()

getTimes

public int getTimes()


Copyright © 2017 camunda services GmbH. All rights reserved.