Class DelegateExpressionTransactionDependentTaskListener

    • Constructor Detail

      • DelegateExpressionTransactionDependentTaskListener

        public DelegateExpressionTransactionDependentTaskListener​(Expression expression)
    • Method Detail

      • notify

        public void notify​(java.lang.String processInstanceId,
                           java.lang.String executionId,
                           org.activiti.bpmn.model.Task task,
                           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 TransactionDependentTaskListener
      • getExpressionText

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