Class WriteEntryCallbackContext
java.lang.Object
org.apache.olingo.odata2.api.ep.callback.WriteCallbackContext
org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext
Context given if the target of an expand is an entry. It contains the source entity set, the navigation property
pointing to the entry which has to be expanded, the current expand select tree node and the data of the source entry.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.ep.callback.WriteCallbackContext
extractKeyFromEntryData, getCurrentExpandSelectTreeNode, getCurrentWriteProperties, getEntryData, getNavigationProperty, getSourceEntitySet, setCurrentExpandSelectTreeNode, setCurrentWriteProperties, setEntryData, setNavigationProperty, setSourceEntitySet
-
Constructor Details
-
WriteEntryCallbackContext
public WriteEntryCallbackContext()
-