| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.core.batch | |
| org.apache.olingo.odata2.core.batch.v2 | |
| org.apache.olingo.odata2.core.ep |
| 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 |
static List<BatchSingleResponse> |
EntityProvider.parseBatchResponse(InputStream content,
String contentType)
Parse Batch Response body (as
InputStream) and provide a list of single responses as
BatchSingleResponse |
List<BatchSingleResponse> |
EntityProvider.EntityProviderInterface.parseBatchResponse(String contentType,
InputStream content)
Parse Batch Response body (as
InputStream) and provide a list of single responses as
BatchSingleResponse |
static ODataResponse |
EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse. |
ODataResponse |
EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AcceptParser.parseAcceptableLanguages() |
List<String> |
AcceptParser.parseAcceptHeaders() |
ODataResponse |
BatchResponseWriter.writeResponse(List<BatchResponsePart> batchResponseParts) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchParserCommon.consumeBlankLine(List<Line> remainingMessage,
boolean isStrict) |
static Header |
BatchParserCommon.consumeHeaders(List<Line> remainingMessage) |
protected Line |
BatchQueryOperation.consumeHttpStatusLine(List<Line> message) |
static InputStream |
BatchParserCommon.convertToInputStream(String contentType,
BatchQueryOperation operation,
int contentLength)
Convert body in form of List of Line items into a InputStream.
|
static String |
BatchParserCommon.getBoundary(String contentType,
int line) |
static int |
BatchTransformatorCommon.getContentLength(Header headers) |
BatchQueryOperation |
BatchQueryOperation.parse() |
BatchChangeSetPart |
BatchChangeSetPart.parse() |
BatchBodyPart |
BatchBodyPart.parse() |
List<BatchRequestPart> |
BatchParser.parseBatchRequest(InputStream in) |
List<BatchSingleResponse> |
BatchParser.parseBatchResponse(InputStream in) |
List<BatchParserResult> |
BatchTransformator.transform(BatchBodyPart bodyPart,
PathInfo pathInfo,
String baseUri) |
List<BatchParserResult> |
BatchResponseTransformator.transform(BatchBodyPart bodyPart,
PathInfo pathInfo,
String baseUri) |
List<BatchParserResult> |
BatchRequestTransformator.transform(BatchBodyPart bodyPart,
PathInfo pathInfo,
String baseUri) |
static void |
BatchTransformatorCommon.validateContentTransferEncoding(Header headers,
boolean isChangeRequest) |
static void |
BatchTransformatorCommon.validateContentType(Header headers) |
static void |
BatchTransformatorCommon.validateHost(Header headers,
String baseUri) |
void |
BatchTransformatorCommon.HttpRequestStatusLine.validateHttpMethod(boolean isChangeSet) |
| Constructor and Description |
|---|
BatchBodyPart(List<Line> bodyPartMessage,
String boundary,
boolean isStrict) |
BatchChangeSetPart(List<Line> message,
boolean isStrict) |
HttpRequestStatusLine(Line httpStatusLine,
String baseUri,
PathInfo pathInfo) |
HttpResponsetStatusLine(Line httpStatusLine) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
ProviderFacadeImpl.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties) |
List<BatchSingleResponse> |
ProviderFacadeImpl.parseBatchResponse(String contentType,
InputStream content) |
ODataResponse |
ProviderFacadeImpl.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
Copyright © 2020. All rights reserved.