| Package | Description |
|---|---|
| org.apache.olingo.server.api.batch |
Olingo Server API - Batch
|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.core.batchhandler | |
| org.apache.olingo.server.core.deserializer | |
| org.apache.olingo.server.core.deserializer.batch |
| Modifier and Type | Method and Description |
|---|---|
ODataResponsePart |
BatchFacade.handleBatchRequest(BatchRequestPart request)
Handles a BatchRequestPart.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
FixedFormatDeserializer.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options)
Reads batch data from an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponsePart |
BatchPartHandler.handleBatchRequest(BatchRequestPart request) |
ODataResponsePart |
BatchFacadeImpl.handleBatchRequest(BatchRequestPart request) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
FixedFormatDeserializerImpl.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
BatchParser.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
List<BatchRequestPart> |
BatchRequestTransformator.transform(BatchBodyPart bodyPart) |
Copyright © 2023. All rights reserved.