public class TimerUtil extends Object
| Constructor and Description |
|---|
TimerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static TimerJobEntity |
createTimerEntityForTimerEventDefinition(org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition,
org.flowable.bpmn.model.FlowElement currentFlowElement,
boolean isInterruptingTimer,
ExecutionEntity executionEntity,
String jobHandlerType,
String jobHandlerConfig)
The event definition on which the timer is based.
|
static String |
prepareRepeat(String dueDate) |
static TimerJobEntity |
rescheduleTimerJob(String timerJobId,
org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition) |
public static TimerJobEntity createTimerEntityForTimerEventDefinition(org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition, org.flowable.bpmn.model.FlowElement currentFlowElement, boolean isInterruptingTimer, ExecutionEntity executionEntity, String jobHandlerType, String jobHandlerConfig)
NoExecutionVariableScope will be used (eg Timer start event)public static TimerJobEntity rescheduleTimerJob(String timerJobId, org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition)
Copyright © 2020 Flowable. All rights reserved.