Uses of Interface
org.apache.olingo.odata2.api.batch.BatchRequestPart
-
Packages that use BatchRequestPart Package Description 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 Modifier and Type Method Description BatchResponsePartBatchHandler. handleBatchPart(BatchRequestPart batchRequestPart)Handles theBatchRequestPartin a way that it results in a correspondingBatchResponsePart. -
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 Modifier and Type Method Description List<BatchRequestPart>EntityProvider.EntityProviderInterface. parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)Parse Batch Request bodyinputStream(asInputStream) and provide a list of Batch Parts asBatchPartstatic List<BatchRequestPart>EntityProvider. parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)Parse Batch Request bodyinputStream(asInputStream) and provide a list of Batch Request parts asBatchRequestPart
-