public class GetDeploymentServiceDefinitionCmd extends AbstractNeedsServiceDefinitionCmd implements Command<ServiceDefinition>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
serviceDefinitionId |
protected String |
serviceDefinitionKey |
protected String |
tenantId |
Constructor and Description |
---|
GetDeploymentServiceDefinitionCmd(String serviceDefinitionId,
String serviceDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
execute(CommandContext commandContext) |
resolveServiceDefinition, resolveServiceDefinitionByReferenceKey
protected String serviceDefinitionId
protected String serviceDefinitionKey
protected String tenantId
public ServiceDefinition execute(CommandContext commandContext)
execute
in interface Command<ServiceDefinition>