Uses of Package
org.apache.olingo.odata2.api.ep.callback
-
Packages that use org.apache.olingo.odata2.api.ep.callback Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacks -
Classes in org.apache.olingo.odata2.api.ep.callback used by org.apache.olingo.odata2.api.ep Class Description OnReadInlineContent Callback interface for the deep insert read calls (read of<m:inline>content). -
Classes in org.apache.olingo.odata2.api.ep.callback used by org.apache.olingo.odata2.api.ep.callback Class Description ReadEntryResult AReadEntryResultrepresents an inlined navigation property which points to an entry.ReadFeedResult AReadFeedResultrepresents an inlined navigation property which points to a feed (in the form of a list ofODataEntryinstances).ReadResult AReadResultrepresents an inlined navigation property which points to an entry or feed.TombstoneCallbackResult Objects of this class are a container for the result of theTombstoneCallback.WriteCallbackContext Wrapper forWriteEntryCallbackContextandWriteFeedCallbackContext.WriteEntryCallbackContext Context given if the target of an expand is an entry.WriteEntryCallbackResult Result of a callback.WriteFeedCallbackContext Context given if the target of an expand is a feed.WriteFeedCallbackResult Result of a callback.