|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderByExpression | |
---|---|
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 |
Uses of OrderByExpression in org.apache.olingo.odata2.api.uri |
---|
Methods in org.apache.olingo.odata2.api.uri that return OrderByExpression | |
---|---|
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. |
Uses of OrderByExpression in org.apache.olingo.odata2.api.uri.expression |
---|
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type OrderByExpression | |
---|---|
Object |
ExpressionVisitor.visitOrderByExpression(OrderByExpression orderByExpression,
String expressionString,
List<Object> orders)
Visits a orderby expression |
Uses of OrderByExpression in org.apache.olingo.odata2.api.uri.info |
---|
Methods in org.apache.olingo.odata2.api.uri.info that return OrderByExpression | |
---|---|
OrderByExpression |
GetEntitySetUriInfo.getOrderBy()
Gets the value of the $orderby system query option as root object of the expression tree built during URI parsing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |