| Package | Description |
|---|---|
| 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.uri | |
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
OrderByExpression |
UriInfo.getOrderBy()
Gets the value of the $orderby system query option as root object of the
expression tree built during URI parsing.
|
static OrderByExpression |
UriParser.parseOrderBy(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree.
|
abstract OrderByExpression |
UriParser.parseOrderByString(EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionVisitor.visitOrderByExpression(OrderByExpression orderByExpression,
String expressionString,
List<Object> orders)
Visits a orderby expression
|
| Modifier and Type | Method and Description |
|---|---|
OrderByExpression |
GetEntitySetUriInfo.getOrderBy()
Gets the value of the $orderby system query option as root object of the
expression tree built during URI parsing.
|
| Modifier and Type | Method and Description |
|---|---|
OrderByExpression |
UriInfoImpl.getOrderBy() |
OrderByExpression |
UriParserImpl.parseOrderByString(EdmEntityType entityType,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoImpl.setOrderBy(OrderByExpression orderBy) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderByExpressionImpl |
| Modifier and Type | Method and Description |
|---|---|
OrderByExpression |
OrderByParserImpl.parseOrderByString(String orderByExpression) |
OrderByExpression |
OrderByParser.parseOrderByString(String orderByExpression)
Parses a $orderby expression string and creates an $orderby expression tree
|
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonVisitor.visitOrderByExpression(OrderByExpression orderByExpression,
String expressionString,
List<Object> orders) |
Copyright © 2020. All rights reserved.