Interface OnWriteEntryContent
- All Superinterfaces:
ODataCallback
Callback interface for the $expand query option.
If an expand clause for a navigation property which points to an entry is found this callback will be called.
Pointing to an entry means the navigation property has a multiplicity of 0..1 or 1..1.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the data for an entry.
-
Method Details
-
retrieveEntryResult
WriteEntryCallbackResult retrieveEntryResult(WriteEntryCallbackContext context) throws ODataApplicationException Retrieves the data for an entry. SeeWriteEntryCallbackContextfor details on the context andWriteEntryCallbackResultfor details on the result of this method.- Parameters:
context- of this entry- Returns:
- result - must not be null.
- Throws:
ODataApplicationException
-