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 java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<CorePageModel>
Author:
Tijs Rademakers
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String appDefinitionKey  
    protected java.lang.String pageDefinitionRef  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetPageModelCmd​(java.lang.String appDefinitionKey, java.lang.String tenantId, java.lang.String pageDefinitionRef)  
  • Method Summary

    Modifier and Type Method Description
    CorePageModel execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GetPageModelCmd

      public GetPageModelCmd​(java.lang.String appDefinitionKey, java.lang.String tenantId, java.lang.String pageDefinitionRef)
  • 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>