| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.api.ep.callback |
Entity Provider Callbacks
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataDebugCallback |
interface |
ODataDebugResponseWrapperCallback
Debug handler.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ODataCallback> |
ODataServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
A service can return implementation classes for various callback interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ODataCallback> |
ODataServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
A service can return implementation classes for various callback interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ODataCallback> |
EntityProviderWriteProperties.getCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder.callbacks(Map<String,ODataCallback> callbacks) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OnWriteEntryContent
Callback interface for the $expand query option.
|
interface |
OnWriteFeedContent
Callback interface for the $expand query option.
|
interface |
TombstoneCallback
Interface that must be implemented in order to provide tombstone support.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataErrorCallback
This interface is called if an error occurred and is process inside the exception mapper.
|
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.