Uses of Interface
org.camunda.bpm.engine.delegate.DelegateCaseVariableInstance
Package
Description
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.-
Uses of DelegateCaseVariableInstance in org.camunda.bpm.engine.delegate
Modifier and TypeMethodDescriptionvoid
CaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) -
Uses of DelegateCaseVariableInstance in org.camunda.bpm.engine.impl.variable.listener
Modifier and TypeFieldDescriptionprotected DelegateCaseVariableInstance
CaseVariableListenerInvocation.variableInstance
Modifier and TypeMethodDescriptionvoid
ClassDelegateCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) void
DelegateExpressionCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) void
ExpressionCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) void
ScriptCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) ModifierConstructorDescriptionCaseVariableListenerInvocation
(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance) CaseVariableListenerInvocation
(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance, BaseDelegateExecution contextExecution)