org.apache.olingo.odata2.api.edm
Interface EdmServiceMetadata
public interface EdmServiceMetadata
getMetadata
InputStream getMetadata()
throws ODataException
- Returns:
InputStream containing the metadata document
- Throws:
ODataException
getDataServiceVersion
String getDataServiceVersion()
throws ODataException
- Returns:
- String data service version of this service
- Throws:
ODataException
getEntitySetInfos
List<EdmEntitySetInfo> getEntitySetInfos()
throws ODataException
- Returns:
- a list of
EdmEntitySetInfo objects of all entity sets in this data model
- Throws:
ODataException
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.