| Package | Description |
|---|---|
| org.apache.olingo.server.api.batch | |
| org.apache.olingo.server.api.deserializer | |
| org.apache.olingo.server.api.processor |
| Modifier and Type | Method and Description |
|---|---|
String |
BatchFacade.extractBoundaryFromContentType(String contentType)
Extracts the boundary of a multipart/mixed header.
|
ODataResponsePart |
BatchFacade.handleBatchRequest(BatchRequestPart request)
Handles a BatchRequestPart.
|
ODataResponse |
BatchFacade.handleODataRequest(ODataRequest request)
Executes a ODataRequest, which must be a part of a change set.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
FixedFormatDeserializer.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchProcessor.processBatch(BatchFacade facade,
ODataRequest request,
ODataResponse response)
Process a complete batch request and puts serialized content and status into the response.
|
ODataResponsePart |
BatchProcessor.processChangeSet(BatchFacade facade,
List<ODataRequest> requests)
Process a batch change set (containing several batch requests)
and puts serialized content and status into the response.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.