Class RemoveTenantVariableCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.RemoveTenantVariableCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class RemoveTenantVariableCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Christopher Welsch
  • Field Details

    • tenantId

      protected String tenantId
    • variableName

      protected String variableName
  • Constructor Details

    • RemoveTenantVariableCmd

      public RemoveTenantVariableCmd(String tenantId, String variableName)
  • 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>