Package com.sap.cds.adapter.edmx
Interface EdmxV4Provider
- All Superinterfaces:
CdsProvider<EdmxV4Provider>
An
EdmxV4Provider provides EDMX V4 metadata documents to the OData V4 adapter.-
Method Summary
Modifier and TypeMethodDescriptionProvides the EDMX metadata document for the given service as anInputStream.Provides the ETag of the EDMX metadata document for the given service.Methods inherited from interface com.sap.cds.services.runtime.CdsProvider
setPrevious
-
Method Details
-
getETag
Provides the ETag of the EDMX metadata document for the given service.- Parameters:
serviceName- the name of the service- Returns:
- the ETag of the EDMX metadata document
-
getEdmx
Provides the EDMX metadata document for the given service as anInputStream.- Parameters:
serviceName- the name of the service- Returns:
- the EDMX metadata document
-