Package org.activiti.engine.impl.util
Class TimerUtil
java.lang.Object
org.activiti.engine.impl.util.TimerUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimerJobEntitycreateTimerEntityForTimerEventDefinition(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition, boolean isInterruptingTimer, ExecutionEntity executionEntity, String jobHandlerType, String jobHandlerConfig) The event definition on which the timer is based.static StringprepareRepeat(String dueDate)
-
Constructor Details
-
TimerUtil
public TimerUtil()
-
-
Method Details
-
createTimerEntityForTimerEventDefinition
public static TimerJobEntity createTimerEntityForTimerEventDefinition(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition, boolean isInterruptingTimer, ExecutionEntity executionEntity, String jobHandlerType, String jobHandlerConfig) The event definition on which the timer is based. Takes in an optional execution, if missing theNoExecutionVariableScopewill be used (eg Timer start event) -
prepareRepeat
-