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 TypeMethodDescriptionorg.flowable.app.api.repository.AppDefinitiongetVariable(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
-
setVariable
-
setTransientVariable
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariableNames
-
getDefinition
public org.flowable.app.api.repository.AppDefinition getDefinition() -
toString
-