Uses of Class
org.apache.olingo.odata2.api.batch.BatchResponsePart
Packages that use BatchResponsePart
Package
Description
Entity Provider
Data Processor
Processor Parts
-
Uses of BatchResponsePart in org.apache.olingo.odata2.api.batch
Methods in org.apache.olingo.odata2.api.batch that return BatchResponsePartModifier and TypeMethodDescriptionabstract BatchResponsePartBatchResponsePart.BatchResponsePartBuilder.build()BatchHandler.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 BatchResponsePartModifier and TypeMethodDescriptionEntityProvider.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 BatchResponsePartModifier and TypeMethodDescriptionODataSingleProcessor.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 BatchResponsePartModifier and TypeMethodDescriptionBatchProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests) Executes a Change Set and provide BatchResponsePart asBatchResponsePartthat contains the responses to change requests. -
Uses of BatchResponsePart in org.apache.olingo.odata2.core.batch
Subclasses of BatchResponsePart in org.apache.olingo.odata2.core.batchMethods in org.apache.olingo.odata2.core.batch that return BatchResponsePartModifier and TypeMethodDescriptionBatchResponsePartImpl.BatchResponsePartBuilderImpl.build()BatchHandlerImpl.handleBatchPart(BatchRequestPart batchPart) Method parameters in org.apache.olingo.odata2.core.batch with type arguments of type BatchResponsePartModifier and TypeMethodDescriptionBatchResponseWriter.writeResponse(List<BatchResponsePart> batchResponseParts) -
Uses of BatchResponsePart in org.apache.olingo.odata2.core.ep
Method parameters in org.apache.olingo.odata2.core.ep with type arguments of type BatchResponsePartModifier and TypeMethodDescriptionProviderFacadeImpl.writeBatchResponse(List<BatchResponsePart> batchResponseParts)