| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.ep.callback |
Entity Provider Callbacks
|
| org.apache.olingo.odata2.api.exception |
Exception Classes used in the OData library as well as the implementing application
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnReadInlineContent.handleReadEntry(ReadEntryResult readEntryResult)
Handles reading (de-serialization) entry result.
|
void |
OnReadInlineContent.handleReadFeed(ReadFeedResult readFeedResult)
Handles reading (de-serialization) entry result.
|
EntityProviderReadProperties |
OnReadInlineContent.receiveReadProperties(EntityProviderReadProperties readProperties,
EdmNavigationProperty navigationProperty)
Receive (request) to be used
EntityProviderReadProperties to read the found inline navigation property
(>). |
WriteEntryCallbackResult |
OnWriteEntryContent.retrieveEntryResult(WriteEntryCallbackContext context)
Retrieves the data for an entry.
|
WriteFeedCallbackResult |
OnWriteFeedContent.retrieveFeedResult(WriteFeedCallbackContext context)
Retrieves the data for a feed.
|
| Modifier and Type | Method and Description |
|---|---|
ODataApplicationException |
ODataException.getApplicationExceptionCause()
Search for and return first (from top)
ODataApplicationException in the cause hierarchy. |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ODataErrorCallback.handleError(ODataErrorContext context)
This method can be used to handle an error differently than the exception mapper would.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitable.accept(ExpressionVisitor visitor)
Method
Visitable.accept(ExpressionVisitor) is called when traversing the expression tree. |
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.