Package org.apache.olingo.odata2.api.edm
Interface EdmServiceMetadata
- All Known Implementing Classes:
EdmServiceMetadataImplProv
public interface EdmServiceMetadata
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMetadata
- Returns:
InputStreamcontaining the metadata document- Throws:
ODataException
-
getDataServiceVersion
- Returns:
- String data service version of this service
- Throws:
ODataException
-
getEntitySetInfos
- Returns:
- a list of
EdmEntitySetInfoobjects of all entity sets in this data model - Throws:
ODataException
-