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