Uses of Class
org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
-
Packages that use VariableListenerSessionData Package Description org.flowable.common.engine.impl.variablelistener -
-
Uses of VariableListenerSessionData in org.flowable.common.engine.impl.variablelistener
Fields in org.flowable.common.engine.impl.variablelistener with type parameters of type VariableListenerSessionData Modifier and Type Field Description protected Map<String,List<VariableListenerSessionData>>VariableListenerSession. variableDataMethods in org.flowable.common.engine.impl.variablelistener that return types with arguments of type VariableListenerSessionData Modifier and Type Method Description Map<String,List<VariableListenerSessionData>>VariableListenerSession. getVariableData()Method parameters in org.flowable.common.engine.impl.variablelistener with type arguments of type VariableListenerSessionData Modifier and Type Method Description voidVariableListenerSession. setVariableData(Map<String,List<VariableListenerSessionData>> variableData)
-