Uses of Interface
org.activiti.engine.delegate.TransactionDependentExecutionListener
-
Packages that use TransactionDependentExecutionListener Package Description org.activiti.engine.impl.bpmn.helper org.activiti.engine.impl.bpmn.listener org.activiti.engine.impl.bpmn.parser.factory -
-
Uses of TransactionDependentExecutionListener in org.activiti.engine.impl.bpmn.helper
Classes in org.activiti.engine.impl.bpmn.helper that implement TransactionDependentExecutionListener Modifier and Type Class Description classClassDelegateHelper class for bpmn constructs that allow class delegation.Fields in org.activiti.engine.impl.bpmn.helper declared as TransactionDependentExecutionListener Modifier and Type Field Description protected TransactionDependentExecutionListenerClassDelegate. transactionDependentExecutionListenerInstanceMethods in org.activiti.engine.impl.bpmn.helper that return TransactionDependentExecutionListener Modifier and Type Method Description protected TransactionDependentExecutionListenerClassDelegate. getTransactionDependentExecutionListenerInstance() -
Uses of TransactionDependentExecutionListener in org.activiti.engine.impl.bpmn.listener
Classes in org.activiti.engine.impl.bpmn.listener that implement TransactionDependentExecutionListener Modifier and Type Class Description classDelegateExpressionTransactionDependentExecutionListenerFields in org.activiti.engine.impl.bpmn.listener declared as TransactionDependentExecutionListener Modifier and Type Field Description protected TransactionDependentExecutionListenerExecuteExecutionListenerTransactionListener. listenerMethods in org.activiti.engine.impl.bpmn.listener with parameters of type TransactionDependentExecutionListener Modifier and Type Method Description protected voidListenerNotificationHelper. planTransactionDependentExecutionListener(ListenerFactory listenerFactory, DelegateExecution execution, TransactionDependentExecutionListener executionListener, org.activiti.bpmn.model.ActivitiListener activitiListener)Constructors in org.activiti.engine.impl.bpmn.listener with parameters of type TransactionDependentExecutionListener Constructor Description ExecuteExecutionListenerTransactionListener(TransactionDependentExecutionListener listener, TransactionDependentExecutionListenerExecutionScope scope) -
Uses of TransactionDependentExecutionListener in org.activiti.engine.impl.bpmn.parser.factory
Methods in org.activiti.engine.impl.bpmn.parser.factory that return TransactionDependentExecutionListener Modifier and Type Method Description TransactionDependentExecutionListenerListenerFactory. createTransactionDependentDelegateExpressionExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener)
-