Class SetTenantVariableCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.SetTenantVariableCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class SetTenantVariableCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Christopher Welsch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetTenantVariableCmd
(String tenantId, String variableName, Object variableValue) SetTenantVariableCmd
(String tenantId, String variableName, Object variableValue, boolean isProtected) -
Method Summary
-
Field Details
-
tenantId
-
variableName
-
variableValue
-
protectVariable
protected boolean protectVariable
-
-
Constructor Details
-
SetTenantVariableCmd
-
SetTenantVariableCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-