| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.core.batch.v2 | |
| org.apache.olingo.odata2.core.ep |
| Modifier and Type | Method and Description |
|---|---|
EntityProviderBatchProperties |
EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder.build() |
| 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 |
| Constructor and Description |
|---|
EntityProviderBatchPropertiesBuilder(EntityProviderBatchProperties propertiesFrom) |
| Constructor and Description |
|---|
BatchParser(String contentType,
EntityProviderBatchProperties properties,
boolean isStrict) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
ProviderFacadeImpl.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties) |
Copyright © 2020. All rights reserved.