Package com.sap.cds.services.cds
Interface RemoteService
- All Superinterfaces:
CqnService
,Service
A
RemoteService
is a CqnService
that is backed by an actual service definition within the CdsModel
.
It is a local representation of a service that is implemented by a different microservice / endpoint / backend,
which is usually available through some (network) protocol (e.g. HTTP, OData, etc.)-
Field Summary
Fields inherited from interface com.sap.cds.services.cds.CqnService
EVENT_CREATE, EVENT_DELETE, EVENT_READ, EVENT_UPDATE, EVENT_UPSERT
-
Method Summary
-
Method Details
-
getDefinition
com.sap.cds.reflect.CdsService getDefinition()- Returns:
- the definition of the service from the
CdsModel
-