Class SetAppVariableCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.SetAppVariableCmd
All Implemented Interfaces:
Command<Void>

public class SetAppVariableCmd extends Object implements Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
    • variableName

      protected String variableName
    • variableValue

      protected Object variableValue
  • Constructor Details

    • SetAppVariableCmd

      public SetAppVariableCmd(String appKey, String variableName, Object variableValue)
    • SetAppVariableCmd

      public SetAppVariableCmd(String appKey, String tenantId, String variableName, Object variableValue)
  • Method Details