Uses of Interface
org.camunda.bpm.engine.delegate.VariableListener
-
Packages that use VariableListener 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 withJavaDelegates.org.camunda.bpm.engine.impl.cmmn.model org.camunda.bpm.engine.impl.core.model org.camunda.bpm.engine.impl.variable.listener -
-
Uses of VariableListener in org.camunda.bpm.engine.delegate
Subinterfaces of VariableListener in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interfaceCaseVariableListenerA 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 VariableListener Modifier and Type Field Description protected Map<String,Map<String,List<VariableListener<?>>>>CmmnActivity. resolvedBuiltInVariableListenersprotected Map<String,Map<String,List<VariableListener<?>>>>CmmnActivity. resolvedVariableListenersMethods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type VariableListener Modifier and Type Method Description Map<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 VariableListener Modifier and Type Field Description protected 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 VariableListener Modifier and Type Method Description Map<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 VariableListener Modifier and Type Method Description voidCoreModelElement. 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 VariableListener Modifier and Type Class Description classClassDelegateCaseVariableListenerclassDelegateExpressionCaseVariableListenerclassExpressionCaseVariableListenerclassScriptCaseVariableListener
-