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
|
org.apache.olingo.odata2.ref.processor |
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. |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioDataSource.createData(EdmEntitySet entitySet,
Object data) |
void |
ListsDataSource.createData(EdmEntitySet entitySet,
Object data)
Inserts an instance into the entity list of the specified entity set.
|
void |
ScenarioDataSource.deleteData(EdmEntitySet entitySet,
Map<String,Object> keys) |
void |
ListsDataSource.deleteData(EdmEntitySet entitySet,
Map<String,Object> keys)
Deletes a single data object identified by the specified entity set and key.
|
void |
ScenarioDataSource.deleteRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys) |
void |
ListsDataSource.deleteRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys)
Deletes the relation from the specified source data to a target entity
specified by entity set and key.
|
ODataResponse |
ScenarioErrorCallback.handleError(ODataErrorContext context) |
Object |
ListsDataSource.newDataObject(EdmEntitySet entitySet)
Creates and returns a new instance of the requested data-object type.
|
ListsDataSource.BinaryData |
ScenarioDataSource.readBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData) |
ListsDataSource.BinaryData |
ListsDataSource.readBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData)
Retrieves the binary data and the MIME type for the media resource
associated to the specified media-link entry.
|
List<?> |
ListsDataSource.readData(EdmEntitySet entitySet)
Retrieves the whole data list for the specified entity set.
|
Object |
ListsDataSource.readData(EdmEntitySet entitySet,
Map<String,Object> keys)
Retrieves a single data object for the specified entity set and key.
|
Object |
ListsDataSource.readData(EdmFunctionImport function,
Map<String,Object> parameters,
Map<String,Object> keys)
Retrieves data for the specified function import and key.
|
Object |
ListsDataSource.readRelatedData(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys)
Retrieves related data for the specified source data, entity set, and key.
|
void |
ScenarioDataSource.writeBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData,
ListsDataSource.BinaryData binaryData) |
void |
ListsDataSource.writeBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData,
ListsDataSource.BinaryData binaryData)
Writes the binary data for the media resource associated to the
specified media-link entry.
|
void |
ScenarioDataSource.writeRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys) |
void |
ListsDataSource.writeRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys)
Writes a relation from the specified source data to a target entity
specified by entity set and key.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.