Uses of Interface
org.apache.olingo.odata2.api.ODataCallback

Packages that use ODataCallback
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 
 

Uses of ODataCallback in org.apache.olingo.odata2.api
 

Subinterfaces of ODataCallback in org.apache.olingo.odata2.api
 interface ODataDebugCallback
           
 interface ODataDebugResponseWrapperCallback
          Debug handler.
 

Methods in org.apache.olingo.odata2.api with type parameters of type ODataCallback
<T extends ODataCallback>
T
ODataServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
          A service can return implementation classes for various callback interfaces.
 

Method parameters in org.apache.olingo.odata2.api with type arguments of type ODataCallback
<T extends ODataCallback>
T
ODataServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
          A service can return implementation classes for various callback interfaces.
 

Uses of ODataCallback in org.apache.olingo.odata2.api.ep
 

Methods in org.apache.olingo.odata2.api.ep that return types with arguments of type ODataCallback
 Map<String,ODataCallback> EntityProviderWriteProperties.getCallbacks()
           
 

Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type ODataCallback
 EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder.callbacks(Map<String,ODataCallback> callbacks)
           
 

Uses of ODataCallback in org.apache.olingo.odata2.api.ep.callback
 

Subinterfaces of ODataCallback in org.apache.olingo.odata2.api.ep.callback
 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.
 

Uses of ODataCallback in org.apache.olingo.odata2.api.processor
 

Subinterfaces of ODataCallback in org.apache.olingo.odata2.api.processor
 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.