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