org.activiti.engine.impl.calendar
类 DurationHelper

java.lang.Object
  继承者 org.activiti.engine.impl.calendar.DurationHelper

public class DurationHelper
extends Object

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


构造方法摘要
DurationHelper(String expressionS)
           
 
方法摘要
 Date getDateAfter()
           
 int getTimes()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DurationHelper

public DurationHelper(String expressionS)
               throws Exception
抛出:
Exception
方法详细信息

getDateAfter

public Date getDateAfter()

getTimes

public int getTimes()


Copyright © 2013 Alfresco. All rights reserved.