Class JsonVariableContainerWrapper
java.lang.Object
com.flowable.platform.common.el.json.JsonVariableContainerWrapper
- All Implemented Interfaces:
org.flowable.common.engine.api.variable.VariableContainer
public class JsonVariableContainerWrapper
extends Object
implements org.flowable.common.engine.api.variable.VariableContainer
-
Constructor Summary
ConstructorsConstructorDescriptionJsonVariableContainerWrapper(com.fasterxml.jackson.databind.JsonNode jsonNode) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable(String variableName) booleanhasVariable(String variableName) voidsetTransientVariable(String variableName, Object variableValue) voidsetVariable(String variableName, Object variableValue)
-
Constructor Details
-
JsonVariableContainerWrapper
public JsonVariableContainerWrapper(com.fasterxml.jackson.databind.JsonNode jsonNode)
-
-
Method Details
-
hasVariable
- Specified by:
hasVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariable
- Specified by:
getVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setVariable
- Specified by:
setVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setTransientVariable
- Specified by:
setTransientVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariableNames
- Specified by:
getVariableNamesin interfaceorg.flowable.common.engine.api.variable.VariableContainer
-