Class TriggerTimerEventJobHandler

  • All Implemented Interfaces:
    JobHandler

    public class TriggerTimerEventJobHandler
    extends java.lang.Object
    implements JobHandler
    • Constructor Detail

      • TriggerTimerEventJobHandler

        public TriggerTimerEventJobHandler()
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface JobHandler
      • dispatchExecutionTimeOut

        protected void dispatchExecutionTimeOut​(JobEntity timerEntity,
                                                ExecutionEntity execution,
                                                java.util.List<java.lang.String> processedElements,
                                                CommandContext commandContext)
      • dispatchActivityTimeOut

        protected void dispatchActivityTimeOut​(JobEntity timerEntity,
                                               org.activiti.bpmn.model.FlowNode flowNode,
                                               ExecutionEntity execution,
                                               CommandContext commandContext)
      • parseActivityType

        protected java.lang.String parseActivityType​(org.activiti.bpmn.model.FlowNode flowNode)