Uses of Interface
org.apache.olingo.odata2.api.batch.BatchRequestPart
Packages that use BatchRequestPart
Package
Description
Entity Provider
-
Uses of BatchRequestPart in org.apache.olingo.odata2.api.batch
Methods in org.apache.olingo.odata2.api.batch with parameters of type BatchRequestPartModifier and TypeMethodDescriptionBatchHandler.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 BatchRequestPartModifier and TypeMethodDescriptionEntityProvider.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 -
Uses of BatchRequestPart in org.apache.olingo.odata2.core.batch
Classes in org.apache.olingo.odata2.core.batch that implement BatchRequestPartMethods in org.apache.olingo.odata2.core.batch with parameters of type BatchRequestPart -
Uses of BatchRequestPart in org.apache.olingo.odata2.core.batch.v2
Methods in org.apache.olingo.odata2.core.batch.v2 that return types with arguments of type BatchRequestPart -
Uses of BatchRequestPart in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep that return types with arguments of type BatchRequestPartModifier and TypeMethodDescriptionProviderFacadeImpl.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)