Class DelegateExpressionTransactionDependentExecutionListener

    • Constructor Detail

      • DelegateExpressionTransactionDependentExecutionListener

        public DelegateExpressionTransactionDependentExecutionListener​(Expression expression)
    • Method Detail

      • notify

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

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