Uses of Interface
org.apache.olingo.odata2.api.processor.ODataContext

Packages that use ODataContext
org.apache.olingo.odata2.api OData Library API 
org.apache.olingo.odata2.api.processor Data Processor 
 

Uses of ODataContext in org.apache.olingo.odata2.api
 

Methods in org.apache.olingo.odata2.api with parameters of type ODataContext
abstract  ODataService ODataServiceFactory.createService(ODataContext ctx)
          Create instance of custom ODataService.
 ODataResponse ODataDebugResponseWrapperCallback.handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception)
          Handles the output of a response helpful in case of debugging.
 

Uses of ODataContext in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor that return ODataContext
 ODataContext ODataContext.getBatchParentContext()
          If a request execution is part of batch processing then this method returns the context of the outer batch request.
 ODataContext ODataSingleProcessor.getContext()
           
 ODataContext ODataProcessor.getContext()
           
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataContext
 void ODataSingleProcessor.setContext(ODataContext context)
           
 void ODataProcessor.setContext(ODataContext context)
           
 



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