Uses of Class
org.apache.olingo.odata2.api.batch.BatchResponsePart

Packages that use BatchResponsePart
org.apache.olingo.odata2.api.batch   
org.apache.olingo.odata2.api.ep Entity Provider 
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 BatchResponsePart in org.apache.olingo.odata2.api.batch
 

Methods in org.apache.olingo.odata2.api.batch that return BatchResponsePart
abstract  BatchResponsePart BatchResponsePart.BatchResponsePartBuilder.build()
           
 BatchResponsePart BatchHandler.handleBatchPart(BatchRequestPart batchRequestPart)
          Handles the BatchRequestPart in a way that it results in a corresponding BatchResponsePart.
 

Uses of BatchResponsePart in org.apache.olingo.odata2.api.ep
 

Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type BatchResponsePart
static ODataResponse EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
          Write responses of Batch Response Parts in Batch Response as ODataResponse.
 ODataResponse EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
          Write responses of Batch Response Parts in Batch Response as ODataResponse.
 

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

Methods in org.apache.olingo.odata2.api.processor that return BatchResponsePart
 BatchResponsePart ODataSingleProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
           
 

Uses of BatchResponsePart in org.apache.olingo.odata2.api.processor.part
 

Methods in org.apache.olingo.odata2.api.processor.part that return BatchResponsePart
 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 BatchResponsePart in org.apache.olingo.odata2.ref.processor
 

Methods in org.apache.olingo.odata2.ref.processor that return BatchResponsePart
 BatchResponsePart ListsProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
           
 



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