org.camunda.bpm.engine.impl.bpmn.parser
Class FailedJobParseRetryConf

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.parser.FailedJobParseRetryConf

public class FailedJobParseRetryConf
extends Object


Constructor Summary
FailedJobParseRetryConf(Expression retryCycle)
           
FailedJobParseRetryConf(List<String> retryIntervals)
           
 
Method Summary
 Expression getRetryCycle()
           
 List<String> getRetryIntervals()
           
 boolean hasIntervals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailedJobParseRetryConf

public FailedJobParseRetryConf(Expression retryCycle)

FailedJobParseRetryConf

public FailedJobParseRetryConf(List<String> retryIntervals)
Method Detail

hasIntervals

public boolean hasIntervals()

getRetryCycle

public Expression getRetryCycle()

getRetryIntervals

public List<String> getRetryIntervals()


Copyright © 2017 camunda services GmbH. All rights reserved.