org.apache.olingo.odata2.jpa.processor.core.callback
Class JPAExpandCallBack

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.callback.JPAExpandCallBack
All Implemented Interfaces:
OnWriteEntryContent, OnWriteFeedContent, ODataCallback

public class JPAExpandCallBack
extends Object
implements OnWriteFeedContent, OnWriteEntryContent, ODataCallback


Method Summary
static
<T> Map<String,ODataCallback>
getCallbacks(URI baseUri, ExpandSelectTreeNode expandSelectTreeNode, List<ArrayList<NavigationPropertySegment>> expandList)
           
 WriteEntryCallbackResult retrieveEntryResult(WriteEntryCallbackContext context)
           
 WriteFeedCallbackResult retrieveFeedResult(WriteFeedCallbackContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

retrieveEntryResult

public WriteEntryCallbackResult retrieveEntryResult(WriteEntryCallbackContext context)
                                             throws ODataApplicationException
Specified by:
retrieveEntryResult in interface OnWriteEntryContent
Throws:
ODataApplicationException

retrieveFeedResult

public WriteFeedCallbackResult retrieveFeedResult(WriteFeedCallbackContext context)
                                           throws ODataApplicationException
Specified by:
retrieveFeedResult in interface OnWriteFeedContent
Throws:
ODataApplicationException

getCallbacks

public static <T> Map<String,ODataCallback> getCallbacks(URI baseUri,
                                                         ExpandSelectTreeNode expandSelectTreeNode,
                                                         List<ArrayList<NavigationPropertySegment>> expandList)
                                              throws EdmException
Throws:
EdmException


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