Class GetPageDefinitionsForAppCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.GetPageDefinitionsForAppCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>

public class GetPageDefinitionsForAppCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • appDefinitionKey

      protected String appDefinitionKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • GetPageDefinitionsForAppCmd

      public GetPageDefinitionsForAppCmd(String appDefinitionKey, String tenantId)
  • Method Details

    • execute

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