Package | Description |
---|---|
org.camunda.bpm.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate s. |
org.camunda.bpm.engine.impl.variable.listener |
Modifier and Type | Method and Description |
---|---|
void |
CaseVariableListener.notify(DelegateCaseVariableInstance variableInstance) |
Modifier and Type | Class and Description |
---|---|
class |
DelegateCaseVariableInstanceImpl |
Modifier and Type | Field and Description |
---|---|
protected DelegateCaseVariableInstance |
CaseVariableListenerInvocation.variableInstance |
Modifier and Type | Method and Description |
---|---|
void |
ScriptCaseVariableListener.notify(DelegateCaseVariableInstance variableInstance) |
void |
ClassDelegateCaseVariableListener.notify(DelegateCaseVariableInstance variableInstance) |
void |
ExpressionCaseVariableListener.notify(DelegateCaseVariableInstance variableInstance) |
void |
DelegateExpressionCaseVariableListener.notify(DelegateCaseVariableInstance variableInstance) |
Constructor and Description |
---|
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
DelegateCaseVariableInstance variableInstance) |
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
DelegateCaseVariableInstance variableInstance,
BaseDelegateExecution contextExecution) |
Copyright © 2022. All rights reserved.