| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.uri | |
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
static EdmLiteral |
EdmSimpleTypeKind.parseUriLiteral(String uriLiteral)
Parses a URI literal and determines its EDM simple type on the way.
|
EdmLiteral |
EdmSimpleTypeFacade.parseUriLiteral(String uriLiteral)
IMPORTANT: Use
EdmSimpleTypeKind parseUriLiteral for the implementation. |
EdmLiteral |
EdmSimpleTypeFacade.parseUriLiteral(String uriLiteral,
EdmFacets facets)
IMPORTANT: Use
EdmSimpleTypeKind parseUriLiteral for the implementation. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EdmLiteral> |
UriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionVisitor.visitLiteral(LiteralExpression literal,
EdmLiteral edmLiteral)
Visits a literal expression
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EdmLiteral> |
PutMergePatchUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
PostUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetSimplePropertyUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetMediaResourceUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetFunctionImportUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntityUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntitySetUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntitySetLinksUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntitySetLinksCountUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntitySetCountUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntityLinkUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntityLinkCountUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetEntityCountUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
GetComplexPropertyUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
Map<String,EdmLiteral> |
DeleteUriInfo.getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to
their corresponding typed values, or an empty list if no function import
is used or no parameters are given in the URI.
|
| Modifier and Type | Method and Description |
|---|---|
EdmLiteral |
EdmSimpleTypeFacadeImpl.parseUriLiteral(String uriLiteral) |
EdmLiteral |
EdmSimpleTypeFacadeImpl.parseUriLiteral(String uriLiteral,
EdmFacets facets) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EdmLiteral> |
UriInfoImpl.getFunctionImportParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoImpl.addFunctionImportParameter(String name,
EdmLiteral value) |
| Modifier and Type | Method and Description |
|---|---|
EdmLiteral |
PropertyExpressionImpl.getEdmLiteral() |
EdmLiteral |
Token.getJavaLiteral() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenList.appendEdmTypedToken(int position,
TokenKind kind,
String uriLiteral,
EdmLiteral javaLiteral)
Append UriLiteral Token to tokens parameter
|
Object |
JsonVisitor.visitLiteral(LiteralExpression literal,
EdmLiteral edmLiteral) |
| Constructor and Description |
|---|
LiteralExpressionImpl(String uriLiteral,
EdmLiteral javaLiteral) |
PropertyExpressionImpl(String uriLiteral,
EdmLiteral edmLiteral) |
Token(TokenKind kind,
int position,
String uriLiteral,
EdmLiteral javaLiteral) |
Copyright © 2020. All rights reserved.