Class SetAppVariableCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.SetAppVariableCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetAppVariableCmd(String appKey, String variableName, Object variableValue) SetAppVariableCmd(String appKey, String tenantId, String variableName, Object variableValue) -
Method Summary
-
Field Details
-
appKey
-
tenantId
-
variableName
-
variableValue
-
-
Constructor Details
-
SetAppVariableCmd
-
SetAppVariableCmd
-
-
Method Details
-
execute
-