org.apache.olingo.odata2.api.ep.callback
Class WriteEntryCallbackContext

java.lang.Object
  extended by org.apache.olingo.odata2.api.ep.callback.WriteCallbackContext
      extended by 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
WriteEntryCallbackContext()
           
 
Method Summary
 
Methods inherited from class org.apache.olingo.odata2.api.ep.callback.WriteCallbackContext
extractKeyFromEntryData, getCurrentExpandSelectTreeNode, getEntryData, getNavigationProperty, getSourceEntitySet, setCurrentExpandSelectTreeNode, setEntryData, setNavigationProperty, setSourceEntitySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteEntryCallbackContext

public WriteEntryCallbackContext()


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