Package com.sap.cds.services
Interface ServiceCatalog
public interface ServiceCatalog
The
ServiceCatalog provides access to the Service instances and their consumption
API.-
Method Summary
Modifier and TypeMethodDescription<S extends Service>
SgetService(Class<S> serviceClass, String name) Returns theServicewith the given type and namegetService(String name) Returns theServicewith the specified nameReturns allServiceinstances known to theServiceCataloggetServices(Class<S> serviceClass) Returns allServiceinstances of a given type
-
Method Details