Uses of Class
org.apache.olingo.odata2.api.processor.ODataRequest
Packages that use ODataRequest
Package
Description
OData Library API
Data Processor
Processor Parts
-
Uses of ODataRequest in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type ODataRequestModifier and TypeMethodDescriptionODataDebugResponseWrapperCallback.handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception) Handles the output of a response helpful in case of debugging. -
Uses of ODataRequest in org.apache.olingo.odata2.api.batch
Methods in org.apache.olingo.odata2.api.batch that return types with arguments of type ODataRequestMethods in org.apache.olingo.odata2.api.batch with parameters of type ODataRequestModifier and TypeMethodDescriptionBatchHandler.handleRequest(ODataRequest request) Delegates a handling of the requestODataRequestto the request handler and provides ODataResponseODataResponse. -
Uses of ODataRequest in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return ODataRequestMethods in org.apache.olingo.odata2.api.processor with parameters of type ODataRequestModifier and TypeMethodDescriptionODataRequest.fromRequest(ODataRequest request) abstract ODataRequest.ODataRequestBuilderODataRequest.ODataRequestBuilder.fromRequest(ODataRequest request) Method parameters in org.apache.olingo.odata2.api.processor with type arguments of type ODataRequestModifier and TypeMethodDescriptionODataSingleProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests) -
Uses of ODataRequest in org.apache.olingo.odata2.api.processor.part
Method parameters in org.apache.olingo.odata2.api.processor.part with type arguments of type ODataRequestModifier and TypeMethodDescriptionBatchProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests) Executes a Change Set and provide BatchResponsePart asBatchResponsePartthat contains the responses to change requests. -
Uses of ODataRequest in org.apache.olingo.odata2.core
Subclasses of ODataRequest in org.apache.olingo.odata2.coreMethods in org.apache.olingo.odata2.core that return ODataRequestMethods in org.apache.olingo.odata2.core with parameters of type ODataRequestModifier and TypeMethodDescriptionContentNegotiator.doContentNegotiation(ODataRequest odataRequest, UriInfoImpl uriInfo, List<String> supportedContentTypes) Do the content negotiation foraccept header valuebased on requested content type (in HTTP accept header fromODataRequest) in combination with uri information fromUriInfoand from given supported content types (viasupportedContentTypes).ODataRequestImpl.ODataRequestBuilderImpl.fromRequest(ODataRequest request) ODataRequestHandler.handle(ODataRequest request) Handles theODataRequestin a way that it results in a correspondingODataResponse.voidODataContextImpl.setRequest(ODataRequest request) Constructors in org.apache.olingo.odata2.core with parameters of type ODataRequestModifierConstructorDescriptionODataContextImpl(ODataRequest request, ODataServiceFactory factory) -
Uses of ODataRequest in org.apache.olingo.odata2.core.batch
Methods in org.apache.olingo.odata2.core.batch that return types with arguments of type ODataRequestMethods in org.apache.olingo.odata2.core.batch with parameters of type ODataRequestMethod parameters in org.apache.olingo.odata2.core.batch with type arguments of type ODataRequestModifier and TypeMethodDescriptionvoidBatchRequestPartImpl.setRequests(List<ODataRequest> requests) Constructor parameters in org.apache.olingo.odata2.core.batch with type arguments of type ODataRequestModifierConstructorDescriptionBatchRequestPartImpl(boolean isChangeSet, List<ODataRequest> requests)