Skip navigation links

Package org.apache.olingo.odata2.api.ep.callback

Entity Provider Callbacks

See: Description

Package org.apache.olingo.odata2.api.ep.callback Description

Entity Provider Callbacks

These callbacks will be used to support the $expand query option. Callbacks have to implement the ODataCallback as a marker.
To support an expanded entry the OnWriteEntryContent interface has to be implemented.
To support an expanded feed the OnWriteFeedContent interface has to be implemented.

All callbacks are registered for a navigation property in a HashMap and will only be called if a matching $expand clause is found.

Skip navigation links

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