Package | Description |
---|---|
org.apache.olingo.server.api.batch |
Olingo Server API - Batch
|
org.apache.olingo.server.api.processor |
Olingo Processors
|
org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
Modifier and Type | Method and Description |
---|---|
ODataResponsePart |
BatchFacade.handleBatchRequest(BatchRequestPart request)
Handles a BatchRequestPart.
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
InputStream |
FixedFormatSerializer.batchResponse(List<ODataResponsePart> batchResponses,
String boundary)
Serializes a batch response.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.