Uses of Interface
org.apache.olingo.odata2.api.ep.feed.ODataDeltaFeed
-
Packages that use ODataDeltaFeed Package Description org.apache.olingo.odata2.api.ep Entity Provider -
-
Uses of ODataDeltaFeed in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return ODataDeltaFeed Modifier and Type Method Description ODataDeltaFeedEntityProvider.EntityProviderInterface. readDeltaFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)Read (de-serialize) a delta data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataDeltaFeed.static ODataDeltaFeedEntityProvider. readDeltaFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)Read (de-serialize) a delta data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataEntry.
-