Uses of Interface
org.camunda.bpm.engine.delegate.DelegateVariableInstance
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 DelegateVariableInstance in org.camunda.bpm.engine.delegate
Modifier and TypeInterfaceDescriptioninterface
VariableListener<T extends DelegateVariableInstance<?>>
-
Uses of DelegateVariableInstance in org.camunda.bpm.engine.impl.variable.listener