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

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

public class FailedJobRetryConfiguration
extends Object


Field Summary
protected  Expression expression
           
protected  int retries
           
protected  List<String> retryIntervals
           
 
Constructor Summary
FailedJobRetryConfiguration(Expression expression)
           
FailedJobRetryConfiguration(int retries, List<String> retryIntervals)
           
 
Method Summary
 Expression getExpression()
           
 int getRetries()
           
 List<String> getRetryIntervals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

retries

protected int retries

retryIntervals

protected List<String> retryIntervals

expression

protected Expression expression
Constructor Detail

FailedJobRetryConfiguration

public FailedJobRetryConfiguration(Expression expression)

FailedJobRetryConfiguration

public FailedJobRetryConfiguration(int retries,
                                   List<String> retryIntervals)
Method Detail

getRetries

public int getRetries()

getRetryIntervals

public List<String> getRetryIntervals()

getExpression

public Expression getExpression()


Copyright © 2017 camunda services GmbH. All rights reserved.