Class EdmServiceMetadataImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmServiceMetadataImplProv
- All Implemented Interfaces:
EdmServiceMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
EdmServiceMetadataImplProv
-
-
Method Details
-
getMetadata
- Specified by:
getMetadatain interfaceEdmServiceMetadata- Returns:
InputStreamcontaining the metadata document- Throws:
ODataException
-
getDataServiceVersion
- Specified by:
getDataServiceVersionin interfaceEdmServiceMetadata- Returns:
- String data service version of this service
- Throws:
ODataException
-
getEntitySetInfos
- Specified by:
getEntitySetInfosin interfaceEdmServiceMetadata- Returns:
- a list of
EdmEntitySetInfoobjects of all entity sets in this data model - Throws:
ODataException
-