| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider. |
| org.apache.olingo.odata2.api.ep.callback |
Entity Provider Callbacks
These callbacks will be used to support the $expand query option.
|
| org.apache.olingo.odata2.api.ep.feed |
Entity Provider Feed
The org.apache.olingo.odata2.api.ep.feed package contains all classes related and necessary for an
ODataFeed. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ODataFeed |
ReadFeedResult.getResult() |
| Constructor and Description |
|---|
ReadFeedResult(EntityProviderReadProperties properties,
EdmNavigationProperty navigationProperty,
ODataFeed entry,
String entryMetadataId)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataDeltaFeed |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.