Uses of Interface
org.apache.olingo.odata2.api.ep.feed.ODataFeed

Packages that use ODataFeed
org.apache.olingo.odata2.api.ep Entity Provider 
org.apache.olingo.odata2.api.ep.callback Entity Provider Callbacks 
org.apache.olingo.odata2.api.ep.feed Entity Provider Feed 
 

Uses of ODataFeed in org.apache.olingo.odata2.api.ep
 

Methods in org.apache.olingo.odata2.api.ep that return ODataFeed
static ODataFeed EntityProvider.readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)
          Read (de-serialize) a data feed from content (as InputStream) in specified format (given as contentType) based on entity data model (given as EdmEntitySet) and provide this data as ODataEntry .
 ODataFeed EntityProvider.EntityProviderInterface.readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)
          Read (de-serialize) a data feed from content (as InputStream) in specified format (given as contentType) based on entity data model (given as EdmEntitySet) and provide this data as ODataFeed.
 

Uses of ODataFeed in org.apache.olingo.odata2.api.ep.callback
 

Methods in org.apache.olingo.odata2.api.ep.callback that return ODataFeed
 ODataFeed ReadFeedResult.getResult()
           
 

Constructors in org.apache.olingo.odata2.api.ep.callback with parameters of type ODataFeed
ReadFeedResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataFeed entry)
          Constructor.
 

Uses of ODataFeed in org.apache.olingo.odata2.api.ep.feed
 

Subinterfaces of ODataFeed in org.apache.olingo.odata2.api.ep.feed
 interface ODataDeltaFeed
           
 



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