Class JsonVariableContainerWrapper
java.lang.Object
com.flowable.platform.common.el.json.JsonVariableContainerWrapper
- All Implemented Interfaces:
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 interfaceVariableContainer
-
getVariable
- Specified by:
getVariablein interfaceVariableContainer
-
setVariable
- Specified by:
setVariablein interfaceVariableContainer
-
setTransientVariable
- Specified by:
setTransientVariablein interfaceVariableContainer
-
getTenantId
- Specified by:
getTenantIdin interfaceVariableContainer
-