Package com.flowable.app.engine.impl
Class AppVariableContainerImpl
java.lang.Object
com.flowable.app.engine.impl.AppVariableContainerImpl
- All Implemented Interfaces:
org.flowable.common.engine.api.variable.VariableContainer
public class AppVariableContainerImpl
extends Object
implements org.flowable.common.engine.api.variable.VariableContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.app.api.repository.AppDefinition -
Constructor Summary
ConstructorsConstructorDescriptionAppVariableContainerImpl(Map<String, Object> appVariables, org.flowable.app.api.repository.AppDefinition appDefinition) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable(String variableName) booleanhasVariable(String variableName) voidsetTransientVariable(String variableName, Object variableValue) voidsetVariable(String variableName, Object variableValue) toString()
-
Field Details
-
variables
-
appDefinition
protected org.flowable.app.api.repository.AppDefinition appDefinition
-
-
Constructor Details
-
AppVariableContainerImpl
-
-
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
-
toString
-