Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
ServiceRegistryRepositoryService.getServiceDefinition(String serviceDefinitionId)
Returns the
ServiceDefinition including all service information like additional Properties (e.g. |
ServiceDefinition |
ServiceRegistryRepositoryService.getServiceDefinitionByKey(String serviceDefinitionKey)
Returns the
ServiceDefinition including all service information like additional Properties (e.g. |
ServiceDefinition |
ServiceRegistryRepositoryService.getServiceDefinitionByKeyAndTenantId(String serviceDefinitionKey,
String tenantId)
Returns the
ServiceDefinition including all service information like additional Properties (e.g. |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
ServiceRegistryRepositoryServiceImpl.getServiceDefinition(String appDefinitionId) |
ServiceDefinition |
ServiceRegistryRepositoryServiceImpl.getServiceDefinitionByKey(String serviceDefinitionKey) |
ServiceDefinition |
ServiceRegistryRepositoryServiceImpl.getServiceDefinitionByKeyAndTenantId(String serviceDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
GetDeploymentServiceDefinitionCmd.execute(CommandContext commandContext) |
protected ServiceDefinition |
AbstractNeedsServiceDefinitionCmd.resolveServiceDefinition(CommandContext commandContext,
String serviceDefinitionId,
String serviceDefinitionKey,
String tenantId) |
protected ServiceDefinition |
AbstractNeedsServiceDefinitionCmd.resolveServiceDefinitionByReferenceKey(CommandContext commandContext,
String referenceKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
ServiceDeploymentManager.findDeployedLatestServiceDefinitionByKey(String serviceDefinitionKey) |
ServiceDefinition |
ServiceDeploymentManager.findDeployedLatestServiceDefinitionByKeyAndTenantId(String serviceDefinitionKey,
String tenantId) |
ServiceDefinition |
ServiceDeploymentManager.findDeployedServiceDefinitionById(String serviceDefinitionId) |
ServiceDefinition |
ServiceDeploymentManager.findDeployedServiceDefinitionByKeyAndVersionAndTenantId(String serviceDefinitionKey,
Integer serviceDefinitionVersion,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
ServiceDefinitionCacheEntry |
ServiceDeploymentManager.resolveServiceDefinition(ServiceDefinition serviceDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceDefinitionEntity |
Modifier and Type | Class and Description |
---|---|
class |
ServiceDefinitionEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<ServiceDefinition> |
ServiceDefinitionEntityManagerImpl.findByCriteria(ServiceDefinitionQuery query) |
List<ServiceDefinition> |
ServiceDefinitionEntityManager.findByCriteria(ServiceDefinitionQuery query) |
Modifier and Type | Method and Description |
---|---|
protected ServiceDefinitionEntity |
ServiceDeploymentEntityManagerImpl.findLatestServiceDefinition(ServiceDefinition actionDefinition) |
Modifier and Type | Method and Description |
---|---|
List<ServiceDefinition> |
ServiceDefinitionDataManager.findByCriteria(ServiceDefinitionQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
List<ServiceDefinition> |
MybatisServiceDefinitionDataManager.findByCriteria(ServiceDefinitionQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
List<ServiceDefinition> |
ServiceDefinitionQueryImpl.executeList(CommandContext commandContext) |