Class GetAppVariableCmd

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

public class GetAppVariableCmd extends Object implements Command<Object>
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
    • variableName

      protected String variableName
  • Constructor Details

    • GetAppVariableCmd

      public GetAppVariableCmd(String appKey, String variableName)
    • GetAppVariableCmd

      public GetAppVariableCmd(String appKey, String tenantId, String variableName)
  • Method Details