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 Details

    • tenantId

      protected String tenantId
    • variableName

      protected String variableName
    • variableValue

      protected Object variableValue
    • protectVariable

      protected boolean protectVariable
  • Constructor Details

    • SetTenantVariableCmd

      public SetTenantVariableCmd(String tenantId, String variableName, Object variableValue)
    • SetTenantVariableCmd

      public SetTenantVariableCmd(String tenantId, String variableName, Object variableValue, boolean isProtected)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>