Uses of Interface
org.apache.olingo.odata2.api.batch.BatchHandler
-
Packages that use BatchHandler Package Description org.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Parts -
-
Uses of BatchHandler in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type BatchHandler Modifier and Type Method Description ODataResponseODataSingleProcessor. executeBatch(BatchHandler handler, String contentType, InputStream content)BatchResponsePartODataSingleProcessor. executeChangeSet(BatchHandler handler, List<ODataRequest> requests) -
Uses of BatchHandler in org.apache.olingo.odata2.api.processor.part
Methods in org.apache.olingo.odata2.api.processor.part with parameters of type BatchHandler Modifier and Type Method Description ODataResponseBatchProcessor. executeBatch(BatchHandler handler, String contentType, InputStream content)Executes a OData batch request and provide Batch Response asODataResponseBatchResponsePartBatchProcessor. executeChangeSet(BatchHandler handler, List<ODataRequest> requests)Executes a Change Set and provide BatchResponsePart asBatchResponsePartthat contains the responses to change requests.
-