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

Packages that use BatchRequestPart
org.apache.olingo.odata2.api.batch   
org.apache.olingo.odata2.api.ep Entity Provider 
 

Uses of BatchRequestPart in org.apache.olingo.odata2.api.batch
 

Methods in org.apache.olingo.odata2.api.batch with parameters of type BatchRequestPart
 BatchResponsePart BatchHandler.handleBatchPart(BatchRequestPart batchRequestPart)
          Handles the BatchRequestPart in a way that it results in a corresponding BatchResponsePart.
 

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

Methods in org.apache.olingo.odata2.api.ep that return types with arguments of type BatchRequestPart
static List<BatchRequestPart> EntityProvider.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)
          Parse Batch Request body inputStream (as InputStream) and provide a list of Batch Request parts as BatchRequestPart
 List<BatchRequestPart> EntityProvider.EntityProviderInterface.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)
          Parse Batch Request body inputStream (as InputStream) and provide a list of Batch Parts as BatchPart
 



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