Class DelegateExpressionTransactionDependentExecutionListener

java.lang.Object
org.activiti.engine.impl.bpmn.listener.DelegateExpressionTransactionDependentExecutionListener
All Implemented Interfaces:
Serializable, BaseExecutionListener, TransactionDependentExecutionListener

public class DelegateExpressionTransactionDependentExecutionListener extends Object implements TransactionDependentExecutionListener
See Also:
  • Field Details

  • Constructor Details

    • DelegateExpressionTransactionDependentExecutionListener

      public DelegateExpressionTransactionDependentExecutionListener(Expression expression)
  • Method Details

    • notify

      public void notify(String processInstanceId, String executionId, org.activiti.bpmn.model.FlowElement flowElement, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
      Specified by:
      notify in interface TransactionDependentExecutionListener
    • getExpressionText

      public String getExpressionText()
      returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.