public class MapVariablesContainer extends Object implements org.flowable.common.engine.api.variable.VariableContainer
| Modifier and Type | Field and Description |
|---|---|
static org.flowable.common.engine.api.variable.VariableContainer |
EMPTY |
protected Map<String,Object> |
submittedValues |
| Constructor and Description |
|---|
MapVariablesContainer(Map<String,Object> submittedValues) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getVariable(String variableName) |
boolean |
hasVariable(String variableName) |
void |
setTransientVariable(String variableName,
Object variableValue) |
void |
setVariable(String variableName,
Object variableValue) |
public static final org.flowable.common.engine.api.variable.VariableContainer EMPTY
public boolean hasVariable(String variableName)
hasVariable in interface org.flowable.common.engine.api.variable.VariableContainerpublic Object getVariable(String variableName)
getVariable in interface org.flowable.common.engine.api.variable.VariableContainerpublic void setVariable(String variableName, Object variableValue)
setVariable in interface org.flowable.common.engine.api.variable.VariableContainerCopyright © 2019. All rights reserved.