public class ServiceRegistryRuntimeServiceImpl extends CommonEngineServiceImpl<ServiceRegistryEngineConfiguration> implements ServiceRegistryRuntimeService
commandExecutor
configuration
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, setCommandExecutor
getConfiguration
public ServiceRegistryRuntimeServiceImpl(ServiceRegistryEngineConfiguration configuration)
public ServiceInvocationBuilder createServiceInvocationBuilder()
ServiceRegistryRuntimeService
createServiceInvocationBuilder
in interface ServiceRegistryRuntimeService
public ServiceInvocationResultResponse invokeService(ServiceInvocationBuilder serviceInvocationBuilder)
public List<ServiceInvocationResultResponse> invokeServiceList(ServiceInvocationBuilder serviceInvocationBuilder)
public Object getLookupIdByReferenceKey(Map<String,Object> data, String referenceKey, String tenantId)
getLookupIdByReferenceKey
in interface ServiceRegistryRuntimeService
public String getLookupIdNameByReferenceKey(String referenceKey, String tenantId)
getLookupIdNameByReferenceKey
in interface ServiceRegistryRuntimeService