| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
commandContext |
protected Map<String,List<VariableListenerSessionData>> |
variableData |
| Constructor and Description |
|---|
VariableListenerSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariableData(String variableName,
String changeType,
String scopeId,
String scopeType,
String scopeDefinitionId) |
void |
close() |
void |
flush() |
Map<String,List<VariableListenerSessionData>> |
getVariableData() |
void |
setVariableData(Map<String,List<VariableListenerSessionData>> variableData) |
protected CommandContext commandContext
protected Map<String,List<VariableListenerSessionData>> variableData
public void addVariableData(String variableName, String changeType, String scopeId, String scopeType, String scopeDefinitionId)
public Map<String,List<VariableListenerSessionData>> getVariableData()
public void setVariableData(Map<String,List<VariableListenerSessionData>> variableData)
Copyright © 2021 Flowable. All rights reserved.