Uses of Class
org.apache.olingo.odata2.api.processor.ODataRequest
-
Packages that use ODataRequest Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.batch org.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Parts -
-
Uses of ODataRequest in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type ODataRequest Modifier and Type Method Description ODataResponseODataDebugResponseWrapperCallback. 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 ODataRequest Modifier and Type Method Description List<ODataRequest>BatchRequestPart. getRequests()Get requests.Methods in org.apache.olingo.odata2.api.batch with parameters of type ODataRequest Modifier and Type Method Description ODataResponseBatchHandler. 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 ODataRequest Modifier and Type Method Description abstract ODataRequestODataRequest.ODataRequestBuilder. build()Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataRequest Modifier and Type Method Description static ODataRequest.ODataRequestBuilderODataRequest. fromRequest(ODataRequest request)abstract ODataRequest.ODataRequestBuilderODataRequest.ODataRequestBuilder. fromRequest(ODataRequest request)Method parameters in org.apache.olingo.odata2.api.processor with type arguments of type ODataRequest Modifier and Type Method Description BatchResponsePartODataSingleProcessor. 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 ODataRequest Modifier and Type Method Description BatchResponsePartBatchProcessor. executeChangeSet(BatchHandler handler, List<ODataRequest> requests)Executes a Change Set and provide BatchResponsePart asBatchResponsePartthat contains the responses to change requests.
-