Class ListenerNotificationHelper


  • public class ListenerNotificationHelper
    extends Object
    Author:
    Joram Barrez
    • Constructor Detail

      • ListenerNotificationHelper

        public ListenerNotificationHelper()
    • Method Detail

      • executeExecutionListeners

        public void executeExecutionListeners​(org.flowable.bpmn.model.HasExecutionListeners elementWithExecutionListeners,
                                              DelegateExecution execution,
                                              String eventType)
      • executeTaskListeners

        public void executeTaskListeners​(TaskEntity taskEntity,
                                         String eventType)
      • executeTaskListeners

        public void executeTaskListeners​(org.flowable.bpmn.model.UserTask userTask,
                                         TaskEntity taskEntity,
                                         String eventType)
      • createTaskListener

        protected BaseTaskListener createTaskListener​(org.flowable.bpmn.model.FlowableListener listener)
      • createCustomPropertiesResolver

        protected CustomPropertiesResolver createCustomPropertiesResolver​(org.flowable.bpmn.model.FlowableListener listener)
      • addTransactionListener

        protected void addTransactionListener​(org.flowable.bpmn.model.FlowableListener listener,
                                              TransactionListener transactionListener)