Uses of Interface
org.apache.olingo.odata2.api.processor.ODataContext
Packages that use ODataContext
Package
Description
OData Library API
Data Processor
-
Uses of ODataContext in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type ODataContextModifier and TypeMethodDescriptionabstract ODataServiceODataServiceFactory.createService(ODataContext ctx) Create instance of customODataService.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 ODataContextModifier and TypeMethodDescriptionODataContext.getBatchParentContext()If a request execution is part of batch processing then this method returns the context of the outer batch request.ODataProcessor.getContext()ODataSingleProcessor.getContext()Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataContextModifier and TypeMethodDescriptionvoidODataProcessor.setContext(ODataContext context) voidODataSingleProcessor.setContext(ODataContext context) -
Uses of ODataContext in org.apache.olingo.odata2.core
Classes in org.apache.olingo.odata2.core that implement ODataContextMethods in org.apache.olingo.odata2.core that return ODataContextMethods in org.apache.olingo.odata2.core with parameters of type ODataContextConstructors in org.apache.olingo.odata2.core with parameters of type ODataContextModifierConstructorDescriptionODataRequestHandler(ODataServiceFactory factory, ODataService service, ODataContext context) -
Uses of ODataContext in org.apache.olingo.odata2.core.debug
Constructors in org.apache.olingo.odata2.core.debug with parameters of type ODataContextModifierConstructorDescriptionODataDebugResponseWrapper(ODataContext context, ODataResponse response, UriInfo uriInfo, Exception exception, String debugValue) -
Uses of ODataContext in org.apache.olingo.odata2.core.rest
Constructors in org.apache.olingo.odata2.core.rest with parameters of type ODataContextModifierConstructorDescriptionODataExceptionWrapper(ODataContext context, Map<String, String> queryParameters, List<String> acceptHeaderContentTypes)