Class TimerUtil


  • public class TimerUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimerUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TimerJobEntity createTimerEntityForTimerEventDefinition​(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition, boolean isInterruptingTimer, ExecutionEntity executionEntity, java.lang.String jobHandlerType, java.lang.String jobHandlerConfig)
      The event definition on which the timer is based.
      static java.lang.String prepareRepeat​(java.lang.String dueDate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimerUtil

        public TimerUtil()
    • Method Detail

      • createTimerEntityForTimerEventDefinition

        public static TimerJobEntity createTimerEntityForTimerEventDefinition​(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
                                                                              boolean isInterruptingTimer,
                                                                              ExecutionEntity executionEntity,
                                                                              java.lang.String jobHandlerType,
                                                                              java.lang.String jobHandlerConfig)
        The event definition on which the timer is based. Takes in an optional execution, if missing the NoExecutionVariableScope will be used (eg Timer start event)
      • prepareRepeat

        public static java.lang.String prepareRepeat​(java.lang.String dueDate)