Package com.flowable.app.engine.impl.cmd
Class SetAppVariableCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.SetAppVariableCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class SetAppVariableCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Tijs Rademakers
-
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
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-