Class GetPageModelCmd

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

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

    • appDefinitionKey

      protected String appDefinitionKey
    • tenantId

      protected String tenantId
    • pageDefinitionRef

      protected String pageDefinitionRef
    • pageDefinitionKey

      protected String pageDefinitionKey
  • Constructor Details

    • GetPageModelCmd

      public GetPageModelCmd(String appDefinitionKey, String tenantId, String pageDefinitionRef, String pageDefinitionKey)
  • Method Details

    • execute

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