Package com.flowable.app.engine.impl
Class AppVariableContainerImpl
java.lang.Object
com.flowable.app.engine.impl.AppVariableContainerImpl
- All Implemented Interfaces:
VariableContainer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAppVariableContainerImpl
(Map<String, Object> appVariables, AppDefinition appDefinition) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable
(String variableName) boolean
hasVariable
(String variableName) void
setTransientVariable
(String variableName, Object variableValue) void
setVariable
(String variableName, Object variableValue) toString()
-
Field Details
-
variables
-
appDefinition
-
-
Constructor Details
-
AppVariableContainerImpl
-
-
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
-
toString
-