| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.batch | |
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
| org.apache.olingo.odata2.core.batch | |
| org.apache.olingo.odata2.core.ep |
| Modifier and Type | Method and Description |
|---|---|
abstract BatchResponsePart |
BatchResponsePart.BatchResponsePartBuilder.build() |
BatchResponsePart |
BatchHandler.handleBatchPart(BatchRequestPart batchRequestPart)
Handles the
BatchRequestPart in a way that it results in a corresponding BatchResponsePart. |
| Modifier and Type | Method and Description |
|---|---|
static ODataResponse |
EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse. |
ODataResponse |
EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse. |
| Modifier and Type | Method and Description |
|---|---|
BatchResponsePart |
ODataSingleProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponsePart |
BatchProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
Executes a Change Set and provide BatchResponsePart as
BatchResponsePart that contains the responses to
change requests. |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchResponsePartImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchResponsePart |
BatchResponsePartImpl.BatchResponsePartBuilderImpl.build() |
BatchResponsePart |
BatchHandlerImpl.handleBatchPart(BatchRequestPart batchPart) |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
BatchResponseWriter.writeResponse(List<BatchResponsePart> batchResponseParts) |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ProviderFacadeImpl.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
Copyright © 2020. All rights reserved.