Uses of Interface
org.apache.olingo.odata2.api.batch.BatchHandler
Packages that use BatchHandler
Package
Description
Data Processor
Processor Parts
-
Uses of BatchHandler in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type BatchHandlerModifier and TypeMethodDescriptionODataSingleProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content) ODataSingleProcessor.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 BatchHandlerModifier and TypeMethodDescriptionBatchProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content) Executes a OData batch request and provide Batch Response asODataResponseBatchProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests) Executes a Change Set and provide BatchResponsePart asBatchResponsePartthat contains the responses to change requests. -
Uses of BatchHandler in org.apache.olingo.odata2.core.batch
Classes in org.apache.olingo.odata2.core.batch that implement BatchHandler