public class ListenerNotificationHelper extends Object
| Constructor and Description |
|---|
ListenerNotificationHelper() |
public void executeExecutionListeners(HasExecutionListeners elementWithExecutionListeners, DelegateExecution execution, String eventType)
protected void planTransactionDependentExecutionListener(ListenerFactory listenerFactory, DelegateExecution execution, TransactionDependentExecutionListener executionListener, FlowableListener listener)
public void executeTaskListeners(TaskEntity taskEntity, String eventType)
public void executeTaskListeners(UserTask userTask, TaskEntity taskEntity, String eventType)
protected BaseTaskListener createTaskListener(FlowableListener listener)
protected void planTransactionDependentTaskListener(DelegateExecution execution, TransactionDependentTaskListener taskListener, FlowableListener listener)
protected CustomPropertiesResolver createCustomPropertiesResolver(FlowableListener listener)
protected Map<String,Object> invokeCustomPropertiesResolver(DelegateExecution execution, CustomPropertiesResolver customPropertiesResolver)
protected void addTransactionListener(FlowableListener listener, TransactionListener transactionListener)
Copyright © 2023 Flowable. All rights reserved.