org.apache.olingo.odata2.api.servicedocument
Interface ServiceDocument


public interface ServiceDocument

A Service document

Service document lists all EntitySets


Method Summary
 AtomInfo getAtomInfo()
          Get additional information if the service document is in atom format
 List<EdmEntitySetInfo> getEntitySetsInfo()
          Get the list of the EntitySets
 

Method Detail

getEntitySetsInfo

List<EdmEntitySetInfo> getEntitySetsInfo()
                                         throws EntityProviderException
Get the list of the EntitySets

Returns:
a list of EdmEntitySetInfo
Throws:
EntityProviderException

getAtomInfo

AtomInfo getAtomInfo()
Get additional information if the service document is in atom format

Returns:
AtomInfo or null


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.