Class TimerUtil


  • public class TimerUtil
    extends Object
    • Constructor Detail

      • TimerUtil

        public TimerUtil()
    • Method Detail

      • createTimerEntityForTimerEventDefinition

        public static TimerJobEntity createTimerEntityForTimerEventDefinition​(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 the NoExecutionVariableScope will be used (eg Timer start event)
      • prepareRepeat

        public static String prepareRepeat​(String dueDate)