| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.core | |
| org.apache.olingo.odata2.core.batch.v2 | |
| org.apache.olingo.odata2.core.servlet |
| Modifier and Type | Method and Description |
|---|---|
PathInfo |
EntityProviderBatchProperties.getPathInfo() |
| Modifier and Type | Method and Description |
|---|---|
EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder |
EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder.pathInfo(PathInfo pathInfo) |
| Modifier and Type | Method and Description |
|---|---|
abstract PathInfo |
ODataRequest.getPathInfo() |
PathInfo |
ODataErrorContext.getPathInfo()
Get
PathInfo object. |
PathInfo |
ODataContext.getPathInfo()
Gets information about the request path.
|
| Modifier and Type | Method and Description |
|---|---|
static ODataRequest.ODataRequestBuilder |
ODataRequest.pathInfo(PathInfo pathInfo) |
abstract ODataRequest.ODataRequestBuilder |
ODataRequest.ODataRequestBuilder.pathInfo(PathInfo pathInfo) |
void |
ODataErrorContext.setPathInfo(PathInfo pathInfo)
Set
PathInfo object. |
| Modifier and Type | Class and Description |
|---|---|
class |
PathInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
PathInfo |
ODataRequestImpl.getPathInfo() |
PathInfo |
ODataContextImpl.getPathInfo() |
| Modifier and Type | Method and Description |
|---|---|
ODataRequest.ODataRequestBuilder |
ODataRequestImpl.ODataRequestBuilderImpl.pathInfo(PathInfo pathInfo) |
void |
ODataContextImpl.setPathInfo(PathInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
PathInfo |
BatchTransformatorCommon.HttpRequestStatusLine.getPathInfo() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
HttpRequestStatusLine(Line httpStatusLine,
String baseUri,
PathInfo pathInfo) |
| Modifier and Type | Method and Description |
|---|---|
static PathInfo |
RestUtil.buildODataPathInfo(javax.servlet.http.HttpServletRequest req,
int pathSplit) |
Copyright © 2020. All rights reserved.