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