|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ODataEntry | |
|---|---|
| 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 ODataEntry in org.apache.olingo.odata2.api.ep |
|---|
| Methods in org.apache.olingo.odata2.api.ep that return ODataEntry | |
|---|---|
static ODataEntry |
EntityProvider.readEntry(String contentType,
EdmEntitySet entitySet,
InputStream content,
EntityProviderReadProperties properties)
Read (de-serialize) data from content (as InputStream) in specified format (given as
contentType)
based on entity data model (given as EdmEntitySet) and provide this data as ODataEntry
. |
ODataEntry |
EntityProvider.EntityProviderInterface.readEntry(String contentType,
EdmEntitySet entitySet,
InputStream content,
EntityProviderReadProperties properties)
Reads (de-serializes) data from content (as InputStream)
in specified format (given as contentType) based on
entity data model (given as EdmEntitySet)
and provides this data as ODataEntry. |
| Uses of ODataEntry in org.apache.olingo.odata2.api.ep.callback |
|---|
| Methods in org.apache.olingo.odata2.api.ep.callback that return ODataEntry | |
|---|---|
ODataEntry |
ReadEntryResult.getResult()
|
| Constructors in org.apache.olingo.odata2.api.ep.callback with parameters of type ODataEntry | |
|---|---|
ReadEntryResult(EntityProviderReadProperties properties,
EdmNavigationProperty navigationProperty,
ODataEntry entry)
Constructor. |
|
| Uses of ODataEntry in org.apache.olingo.odata2.api.ep.feed |
|---|
| Methods in org.apache.olingo.odata2.api.ep.feed that return types with arguments of type ODataEntry | |
|---|---|
List<ODataEntry> |
ODataFeed.getEntries()
The returned list may be empty but never null. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||