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