Uses of Interface
org.activiti.engine.delegate.TransactionDependentExecutionListener
Packages that use TransactionDependentExecutionListener
Package
Description
-
Uses of TransactionDependentExecutionListener in org.activiti.engine.impl.bpmn.helper
Classes in org.activiti.engine.impl.bpmn.helper that implement TransactionDependentExecutionListenerModifier and TypeClassDescriptionclassHelper class for bpmn constructs that allow class delegation.Fields in org.activiti.engine.impl.bpmn.helper declared as TransactionDependentExecutionListenerModifier and TypeFieldDescriptionprotected TransactionDependentExecutionListenerClassDelegate.transactionDependentExecutionListenerInstanceMethods in org.activiti.engine.impl.bpmn.helper that return TransactionDependentExecutionListenerModifier and TypeMethodDescriptionprotected TransactionDependentExecutionListenerClassDelegate.getTransactionDependentExecutionListenerInstance() -
Uses of TransactionDependentExecutionListener in org.activiti.engine.impl.bpmn.listener
Classes in org.activiti.engine.impl.bpmn.listener that implement TransactionDependentExecutionListenerFields in org.activiti.engine.impl.bpmn.listener declared as TransactionDependentExecutionListenerModifier and TypeFieldDescriptionprotected TransactionDependentExecutionListenerExecuteExecutionListenerTransactionListener.listenerMethods in org.activiti.engine.impl.bpmn.listener with parameters of type TransactionDependentExecutionListenerModifier and TypeMethodDescriptionprotected voidListenerNotificationHelper.planTransactionDependentExecutionListener(ListenerFactory listenerFactory, DelegateExecution execution, TransactionDependentExecutionListener executionListener, ActivitiListener activitiListener) Constructors in org.activiti.engine.impl.bpmn.listener with parameters of type TransactionDependentExecutionListenerModifierConstructorDescriptionExecuteExecutionListenerTransactionListener(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 TransactionDependentExecutionListenerModifier and TypeMethodDescriptionListenerFactory.createTransactionDependentDelegateExpressionExecutionListener(ActivitiListener activitiListener)