public class ServiceRegistryRuntimeServiceImpl extends CommonEngineServiceImpl<ServiceRegistryEngineConfiguration> implements ServiceRegistryRuntimeService
commandExecutorconfiguration| Constructor and Description |
|---|
ServiceRegistryRuntimeServiceImpl(ServiceRegistryEngineConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvocationBuilder |
createServiceInvocationBuilder()
Invokes the service referenced by the service definition matching the passed parameters.
|
Object |
getLookupIdByReferenceKey(Map<String,Object> data,
String referenceKey,
String tenantId) |
String |
getLookupIdNameByReferenceKey(String referenceKey,
String tenantId) |
ServiceInvocationResultResponse |
invokeService(ServiceInvocationBuilder serviceInvocationBuilder) |
List<ServiceInvocationResultResponse> |
invokeServiceList(ServiceInvocationBuilder serviceInvocationBuilder) |
getCommandExecutor, setCommandExecutorgetConfigurationpublic ServiceRegistryRuntimeServiceImpl(ServiceRegistryEngineConfiguration configuration)
public ServiceInvocationBuilder createServiceInvocationBuilder()
ServiceRegistryRuntimeServicecreateServiceInvocationBuilder in interface ServiceRegistryRuntimeServicepublic ServiceInvocationResultResponse invokeService(ServiceInvocationBuilder serviceInvocationBuilder)
public List<ServiceInvocationResultResponse> invokeServiceList(ServiceInvocationBuilder serviceInvocationBuilder)
public Object getLookupIdByReferenceKey(Map<String,Object> data, String referenceKey, String tenantId)
getLookupIdByReferenceKey in interface ServiceRegistryRuntimeServicepublic String getLookupIdNameByReferenceKey(String referenceKey, String tenantId)
getLookupIdNameByReferenceKey in interface ServiceRegistryRuntimeService