Uses of Interface
org.apache.olingo.odata2.api.ODataCallback
Packages that use ODataCallback
Package
Description
OData Library API
Entity Provider
Entity Provider Callbacks
Data Processor
-
Uses of ODataCallback in org.apache.olingo.odata2.api
Subinterfaces of ODataCallback in org.apache.olingo.odata2.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceDebug handler.Methods in org.apache.olingo.odata2.api with type parameters of type ODataCallbackModifier and TypeMethodDescription<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 ODataCallbackModifier and TypeMethodDescriptionfinal Map<String,ODataCallback> EntityProviderWriteProperties.getCallbacks()Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type ODataCallbackModifier and TypeMethodDescriptionEntityProviderWriteProperties.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.callbackModifier and TypeInterfaceDescriptioninterfaceCallback interface for the $expand query option.interfaceCallback interface for the $expand query option.interfaceInterface 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.processorModifier and TypeInterfaceDescriptioninterfaceThis interface is called if an error occurred and is process inside the exception mapper.