Uses of Interface
org.camunda.bpm.engine.delegate.DelegateCaseVariableInstance
-
Packages that use DelegateCaseVariableInstance 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 withJavaDelegate
s.org.camunda.bpm.engine.impl.variable.listener -
-
Uses of DelegateCaseVariableInstance in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateCaseVariableInstance Modifier and Type Method Description void
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 DelegateCaseVariableInstance Modifier and Type Class Description class
DelegateCaseVariableInstanceImpl
Fields in org.camunda.bpm.engine.impl.variable.listener declared as DelegateCaseVariableInstance Modifier and Type Field Description protected DelegateCaseVariableInstance
CaseVariableListenerInvocation. variableInstance
Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type DelegateCaseVariableInstance Modifier and Type Method Description void
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 DelegateCaseVariableInstance Constructor Description CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance)
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance, BaseDelegateExecution contextExecution)
-