public class GetPageModelCmd extends Object implements Command<CorePageModel>
Modifier and Type | Field and Description |
---|---|
protected String |
appDefinitionKey |
protected String |
pageDefinitionRef |
protected String |
tenantId |
Constructor and Description |
---|
GetPageModelCmd(String appDefinitionKey,
String tenantId,
String pageDefinitionRef) |
Modifier and Type | Method and Description |
---|---|
CorePageModel |
execute(CommandContext commandContext) |
protected String appDefinitionKey
protected String tenantId
protected String pageDefinitionRef
public CorePageModel execute(CommandContext commandContext)
execute
in interface Command<CorePageModel>