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

Packages that use ODataCallback
org.apache.olingo.odata2.annotation.processor.ref   
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 
org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Library 
org.apache.olingo.odata2.jpa.processor.api.exception OData JPA Processor API Library - Exceptions 
org.apache.olingo.odata2.jpa.processor.ref.extension   
org.apache.olingo.odata2.ref.processor   
 

Uses of ODataCallback in org.apache.olingo.odata2.annotation.processor.ref
 

Methods in org.apache.olingo.odata2.annotation.processor.ref with type parameters of type ODataCallback
<T extends ODataCallback>
T
AnnotationRefServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
           
 

Method parameters in org.apache.olingo.odata2.annotation.processor.ref with type arguments of type ODataCallback
<T extends ODataCallback>
T
AnnotationRefServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
           
 

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.
 

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

Subinterfaces of ODataCallback in org.apache.olingo.odata2.jpa.processor.api
 interface OnJPAWriteContent
           The interface is a call back interface that enables OData JPA Processor to get JPA provider specific implementation of java.sql.Blob and java.sql.Clob instances.
 

Methods in org.apache.olingo.odata2.jpa.processor.api with type parameters of type ODataCallback
<T extends ODataCallback>
T
ODataJPAServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
           
 

Method parameters in org.apache.olingo.odata2.jpa.processor.api with type arguments of type ODataCallback
<T extends ODataCallback>
T
ODataJPAServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
           
 

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

Classes in org.apache.olingo.odata2.jpa.processor.api.exception that implement ODataCallback
 class ODataJPAErrorCallback
           
 

Uses of ODataCallback in org.apache.olingo.odata2.jpa.processor.ref.extension
 

Classes in org.apache.olingo.odata2.jpa.processor.ref.extension that implement ODataCallback
 class OnDBWriteContent
           
 

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

Classes in org.apache.olingo.odata2.ref.processor that implement ODataCallback
 class ScenarioErrorCallback
          Callback for handling errors by logging internal server errors additionally.
 

Methods in org.apache.olingo.odata2.ref.processor with type parameters of type ODataCallback
<T extends ODataCallback>
T
ScenarioServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
           
 

Method parameters in org.apache.olingo.odata2.ref.processor with type arguments of type ODataCallback
<T extends ODataCallback>
T
ScenarioServiceFactory.getCallback(Class<? extends ODataCallback> callbackInterface)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.