| Package | Description |
|---|---|
| org.apache.olingo.server.api.processor |
Olingo Processors
|
| org.apache.olingo.server.core.batchhandler |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchFacadeImpl |
| Constructor and Description |
|---|
BatchPartHandler(ODataHandler oDataHandler,
BatchProcessor processor,
BatchFacade batchFacade) |
Copyright © 2023. All rights reserved.