Package com.sap.cds.services.cds
Interface ApplicationService
- All Superinterfaces:
CqnService
,Service
- All Known Subinterfaces:
DraftService
An
ApplicationService
is a CqnService
that is backed by an actual service definition within the CdsModel
.
It is a service, that is provided by the application as an API to its clients.-
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
-