org.apache.olingo.odata2.jpa.processor.core.callback
Class JPAExpandCallBack
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.callback.JPAExpandCallBack
- All Implemented Interfaces:
- OnWriteEntryContent, OnWriteFeedContent, ODataCallback
public class JPAExpandCallBack
- extends Object
- implements OnWriteFeedContent, OnWriteEntryContent, ODataCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.