org.camunda.bpm.engine.impl.bpmn.parser
Class FailedJobParseRetryConf
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.FailedJobParseRetryConf
public class FailedJobParseRetryConf
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailedJobParseRetryConf
public FailedJobParseRetryConf(Expression retryCycle)
FailedJobParseRetryConf
public FailedJobParseRetryConf(List<String> retryIntervals)
hasIntervals
public boolean hasIntervals()
getRetryCycle
public Expression getRetryCycle()
getRetryIntervals
public List<String> getRetryIntervals()
Copyright © 2017 camunda services GmbH. All rights reserved.