| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.batch | |
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.core.batch | |
| org.apache.olingo.odata2.core.batch.v2 | |
| org.apache.olingo.odata2.core.ep |
| Modifier and Type | Method and Description |
|---|---|
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 List<BatchRequestPart> |
EntityProvider.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties)
Parse Batch Request body
inputStream (as InputStream) and provide a list of Batch Request
parts as BatchRequestPart |
List<BatchRequestPart> |
EntityProvider.EntityProviderInterface.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties)
Parse Batch Request body
inputStream (as InputStream) and provide a list of Batch Parts as
BatchPart |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchRequestPartImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchResponsePart |
BatchHandlerImpl.handleBatchPart(BatchRequestPart batchPart) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
BatchParser.parseBatchRequest(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
ProviderFacadeImpl.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties) |
Copyright © 2020. All rights reserved.