Class JobRetryCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.JobRetryCmd
-
-
Constructor Summary
Constructors Constructor Description JobRetryCmd(String jobId, Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DatecalculateDueDate(CommandContext commandContext, int waitTimeInSeconds, Date oldDate)Objectexecute(CommandContext commandContext)protected StringgetExceptionStacktrace()protected booleanisUnrecoverableException()
-
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
calculateDueDate
protected Date calculateDueDate(CommandContext commandContext, int waitTimeInSeconds, Date oldDate)
-
getExceptionStacktrace
protected String getExceptionStacktrace()
-
isUnrecoverableException
protected boolean isUnrecoverableException()
-
-