Class ExecuteTaskListenerTransactionListener
java.lang.Object
org.flowable.engine.impl.bpmn.listener.ExecuteTaskListenerTransactionListener
- All Implemented Interfaces:
TransactionListener
A
TransactionListener that invokes an ExecutionListener.- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorprotected TransactionDependentTaskListener -
Constructor Summary
ConstructorsConstructorDescriptionExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener, TransactionDependentTaskListenerExecutionScope scope, CommandExecutor commandExecutor) -
Method Summary
-
Field Details
-
listener
-
scope
-
commandExecutor
-
-
Constructor Details
-
ExecuteTaskListenerTransactionListener
public ExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener, TransactionDependentTaskListenerExecutionScope scope, CommandExecutor commandExecutor)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionListener
-