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