Uses of Interface
org.apache.olingo.odata2.api.batch.BatchHandler

Packages that use BatchHandler
org.apache.olingo.odata2.api.processor Data Processor 
org.apache.olingo.odata2.api.processor.part Processor Parts 
org.apache.olingo.odata2.ref.processor   
 

Uses of BatchHandler in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type BatchHandler
 ODataResponse ODataSingleProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content)
           
 BatchResponsePart 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 BatchHandler
 ODataResponse BatchProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content)
          Executes a OData batch request and provide Batch Response as ODataResponse
 BatchResponsePart BatchProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
          Executes a Change Set and provide BatchResponsePart as BatchResponsePart that contains the responses to change requests.
 

Uses of BatchHandler in org.apache.olingo.odata2.ref.processor
 

Methods in org.apache.olingo.odata2.ref.processor with parameters of type BatchHandler
 ODataResponse ListsProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content)
           
 BatchResponsePart ListsProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.