Class GetAppVariablesCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.GetAppVariablesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>

public class GetAppVariablesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • GetAppVariablesCmd

      public GetAppVariablesCmd(String appKey)
    • GetAppVariablesCmd

      public GetAppVariablesCmd(String appKey, String tenantId)
  • Method Details

    • execute

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