Uses of Interface
org.camunda.bpm.engine.delegate.DelegateCaseVariableInstance
Packages that use 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
Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateCaseVariableInstanceModifier and TypeMethodDescriptionvoid
CaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) -
Uses of DelegateCaseVariableInstance in org.camunda.bpm.engine.impl.variable.listener
Classes in org.camunda.bpm.engine.impl.variable.listener that implement DelegateCaseVariableInstanceFields in org.camunda.bpm.engine.impl.variable.listener declared as DelegateCaseVariableInstanceModifier and TypeFieldDescriptionprotected DelegateCaseVariableInstance
CaseVariableListenerInvocation.variableInstance
Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type DelegateCaseVariableInstanceModifier and TypeMethodDescriptionvoid
ClassDelegateCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) void
DelegateExpressionCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) void
ExpressionCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) void
ScriptCaseVariableListener.notify
(DelegateCaseVariableInstance variableInstance) Constructors in org.camunda.bpm.engine.impl.variable.listener with parameters of type DelegateCaseVariableInstanceModifierConstructorDescriptionCaseVariableListenerInvocation
(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance) CaseVariableListenerInvocation
(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance, BaseDelegateExecution contextExecution)