Uses of Interface
org.apache.olingo.odata2.api.ODataCallback
-
Packages that use ODataCallback Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacksorg.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 Modifier and Type Interface Description interfaceODataDebugCallbackinterfaceODataDebugResponseWrapperCallbackDebug handler.Methods in org.apache.olingo.odata2.api with type parameters of type ODataCallback Modifier and Type Method Description <T extends ODataCallback>
TODataServiceFactory. getCallback(Class<T> 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 Modifier and Type Method Description Map<String,ODataCallback>EntityProviderWriteProperties. getCallbacks()Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type ODataCallback Modifier and Type Method Description EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderEntityProviderWriteProperties.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 Modifier and Type Interface Description interfaceOnWriteEntryContentCallback interface for the $expand query option.interfaceOnWriteFeedContentCallback interface for the $expand query option.interfaceTombstoneCallbackInterface 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 Modifier and Type Interface Description interfaceODataErrorCallbackThis interface is called if an error occurred and is process inside the exception mapper.
-