Class JsonVariableContainerWrapper
java.lang.Object
com.flowable.platform.common.el.json.JsonVariableContainerWrapper
- All Implemented Interfaces:
VariableContainer
-
Constructor Summary
ConstructorDescriptionJsonVariableContainerWrapper
(com.fasterxml.jackson.databind.JsonNode jsonNode) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable
(String variableName) boolean
hasVariable
(String variableName) void
setTransientVariable
(String variableName, Object variableValue) void
setVariable
(String variableName, Object variableValue)
-
Constructor Details
-
JsonVariableContainerWrapper
public JsonVariableContainerWrapper(com.fasterxml.jackson.databind.JsonNode jsonNode)
-
-
Method Details
-
hasVariable
- Specified by:
hasVariable
in interfaceVariableContainer
-
getVariable
- Specified by:
getVariable
in interfaceVariableContainer
-
setVariable
- Specified by:
setVariable
in interfaceVariableContainer
-
setTransientVariable
- Specified by:
setTransientVariable
in interfaceVariableContainer
-
getTenantId
- Specified by:
getTenantId
in interfaceVariableContainer
-