public class GetQueryDefinitionModelCmd extends AbstractNeedsQueryDefinitionCmd implements Command<QueryDefinitionModel>
Modifier and Type | Field and Description |
---|---|
protected String |
queryDefinitionId |
protected String |
queryDefinitionKey |
protected String |
tenantId |
Constructor and Description |
---|
GetQueryDefinitionModelCmd(String queryDefinitionId,
String queryDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
QueryDefinitionModel |
execute(CommandContext commandContext) |
resolveQueryDefinition
protected String queryDefinitionId
protected String queryDefinitionKey
protected String tenantId
public QueryDefinitionModel execute(CommandContext commandContext)
execute
in interface Command<QueryDefinitionModel>