Uses of Interface
org.camunda.bpm.engine.delegate.VariableListener
Packages that use VariableListener
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
JavaDelegates.-
Uses of VariableListener in org.camunda.bpm.engine.delegate
Subinterfaces of VariableListener in org.camunda.bpm.engine.delegateModifier and TypeInterfaceDescriptioninterfaceA variable listener can be defined on a scope in a case model. -
Uses of VariableListener in org.camunda.bpm.engine.impl.cmmn.model
Fields in org.camunda.bpm.engine.impl.cmmn.model with type parameters of type VariableListenerModifier and TypeFieldDescriptionCmmnActivity.resolvedBuiltInVariableListenersCmmnActivity.resolvedVariableListenersMethods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type VariableListenerModifier and TypeMethodDescriptionMap<String,List<VariableListener<?>>> CmmnActivity.getVariableListeners(String eventName, boolean includeCustomListeners) Returns a map of all variable listeners defined on this activity or any of its parents activities. -
Uses of VariableListener in org.camunda.bpm.engine.impl.core.model
Fields in org.camunda.bpm.engine.impl.core.model with type parameters of type VariableListenerModifier and TypeFieldDescriptionprotected Map<String,List<VariableListener<?>>> CoreModelElement.builtInVariableListenersprotected Map<String,List<VariableListener<?>>> CoreModelElement.variableListenersMethods in org.camunda.bpm.engine.impl.core.model that return types with arguments of type VariableListenerModifier and TypeMethodDescriptionMap<String,List<VariableListener<?>>> CoreModelElement.getBuiltInVariableListeners()List<VariableListener<?>>CoreModelElement.getBuiltInVariableListenersLocal(String eventName) Map<String,List<VariableListener<?>>> CoreModelElement.getVariableListeners()List<VariableListener<?>>CoreModelElement.getVariableListenersLocal(String eventName) Methods in org.camunda.bpm.engine.impl.core.model with parameters of type VariableListenerModifier and TypeMethodDescriptionvoidCoreModelElement.addBuiltInVariableListener(String eventName, VariableListener<?> listener) voidCoreModelElement.addBuiltInVariableListener(String eventName, VariableListener<?> listener, int index) voidCoreModelElement.addVariableListener(String eventName, VariableListener<?> listener) voidCoreModelElement.addVariableListener(String eventName, VariableListener<?> listener, int index) -
Uses of VariableListener in org.camunda.bpm.engine.impl.variable.listener
Classes in org.camunda.bpm.engine.impl.variable.listener that implement VariableListenerModifier and TypeClassDescriptionclassclassclassclass