Package com.flowable.app.engine.impl.cmd
Class GetPageModelCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.GetPageModelCmd
-
- All Implemented Interfaces:
Command<CorePageModel>
public class GetPageModelCmd extends Object implements Command<CorePageModel>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected String
appDefinitionKey
protected String
pageDefinitionRef
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetPageModelCmd(String appDefinitionKey, String tenantId, String pageDefinitionRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorePageModel
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public CorePageModel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<CorePageModel>
-
-