Class GetAppModelCmd

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

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

    • appDefinitionId

      protected String appDefinitionId
  • Constructor Details

    • GetAppModelCmd

      public GetAppModelCmd(String appDefinitionId)
  • Method Details

    • execute

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