Uses of Interface
org.camunda.bpm.engine.delegate.DelegateVariableInstance
-
Packages that use DelegateVariableInstance 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 DelegateVariableInstance in org.camunda.bpm.engine.delegate
Classes in org.camunda.bpm.engine.delegate with type parameters of type DelegateVariableInstance Modifier and Type Interface Description interface
VariableListener<T extends DelegateVariableInstance<?>>
Subinterfaces of DelegateVariableInstance in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interface
DelegateCaseVariableInstance
-
Uses of DelegateVariableInstance in org.camunda.bpm.engine.impl.variable.listener
Classes in org.camunda.bpm.engine.impl.variable.listener that implement DelegateVariableInstance Modifier and Type Class Description class
DelegateCaseVariableInstanceImpl
-