Class RemoveAppVariableCmd

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

public class RemoveAppVariableCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
    • variableName

      protected String variableName
  • Constructor Details

    • RemoveAppVariableCmd

      public RemoveAppVariableCmd(String appKey, String variableName)
    • RemoveAppVariableCmd

      public RemoveAppVariableCmd(String appKey, 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>