Class WriteEntryCallbackContext
- java.lang.Object
-
- org.apache.olingo.odata2.api.ep.callback.WriteCallbackContext
-
- org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext
-
public class WriteEntryCallbackContext extends WriteCallbackContext
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 Constructor Description WriteEntryCallbackContext()
-
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
-
-