Package org.activiti.engine.delegate
package org.activiti.engine.delegate
-
ClassDescriptionCallback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.Special exception that can be used to throw a BPMN Error from
JavaDelegates and expressions.Can be used to pass a custom propertiesHashMapto aTransactionDependentExecutionListeneror to aTransactionDependentTaskListenerExecution used inJavaDelegates andExecutionListeners.Class that provides helper operations for use in theJavaDelegate,ActivityBehavior,ExecutionListenerandTaskListenerinterfaces.Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).Callback interface to be notified of transaction events.Interface for class that acts as a scope for variables: i.e. the implementation can be used to set and get variables.