Class VariableListenerSession
java.lang.Object
org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- All Implemented Interfaces:
Session
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandContextprotected Map<String,List<VariableListenerSessionData>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVariableData(String variableName, String changeType, String scopeId, String scopeType, String scopeDefinitionId) voidclose()voidflush()voidsetVariableData(Map<String, List<VariableListenerSessionData>> variableData)
-
Field Details
-
commandContext
-
variableData
-
-
Constructor Details
-
VariableListenerSession
public VariableListenerSession()
-
-
Method Details