Uses of Interface
org.apache.olingo.odata2.api.ep.feed.ODataFeed
-
Packages that use ODataFeed Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacksorg.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 Modifier and Type Method Description ODataFeedEntityProvider.EntityProviderInterface. readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)Read (de-serialize) a data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataFeed.static ODataFeedEntityProvider. readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)Read (de-serialize) a data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataEntry. -
Uses of ODataFeed in org.apache.olingo.odata2.api.ep.callback
Methods in org.apache.olingo.odata2.api.ep.callback that return ODataFeed Modifier and Type Method Description ODataFeedReadFeedResult. getResult()Constructors in org.apache.olingo.odata2.api.ep.callback with parameters of type ODataFeed Constructor Description ReadFeedResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataFeed entry, String entryMetadataId)Constructor.Parameters MUST NOT BE NULL. -
Uses of ODataFeed in org.apache.olingo.odata2.api.ep.feed
Subinterfaces of ODataFeed in org.apache.olingo.odata2.api.ep.feed Modifier and Type Interface Description interfaceODataDeltaFeed
-