Uses of Class
org.apache.olingo.odata2.api.batch.BatchResponsePart
-
Packages that use BatchResponsePart Package Description org.apache.olingo.odata2.api.batch org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Parts -
-
Uses of BatchResponsePart in org.apache.olingo.odata2.api.batch
Methods in org.apache.olingo.odata2.api.batch that return BatchResponsePart Modifier and Type Method Description abstract BatchResponsePartBatchResponsePart.BatchResponsePartBuilder. build()BatchResponsePartBatchHandler. handleBatchPart(BatchRequestPart batchRequestPart)Handles theBatchRequestPartin a way that it results in a correspondingBatchResponsePart. -
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 Modifier and Type Method Description ODataResponseEntityProvider.EntityProviderInterface. writeBatchResponse(List<BatchResponsePart> batchResponseParts)Write responses of Batch Response Parts in Batch Response asODataResponse.static ODataResponseEntityProvider. writeBatchResponse(List<BatchResponsePart> batchResponseParts)Write responses of Batch Response Parts in Batch Response asODataResponse. -
Uses of BatchResponsePart in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return BatchResponsePart Modifier and Type Method Description BatchResponsePartODataSingleProcessor. 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 Modifier and Type Method Description BatchResponsePartBatchProcessor. executeChangeSet(BatchHandler handler, List<ODataRequest> requests)Executes a Change Set and provide BatchResponsePart asBatchResponsePartthat contains the responses to change requests.
-