Uses of Interface
org.apache.olingo.odata2.api.uri.expression.OrderByExpression
-
Packages that use OrderByExpression Package Description org.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.expression Expression Parserorg.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 Modifier and Type Method Description OrderByExpressionUriInfo. getOrderBy()Gets the value of the $orderby system query option as root object of the expression tree built during URI parsing.static OrderByExpressionUriParser. parseOrderBy(Edm edm, EdmEntityType edmType, String expression)Parses a $orderby expression string and creates an expression tree.abstract OrderByExpressionUriParser. 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 Modifier and Type Method Description ObjectExpressionVisitor. 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 Modifier and Type Method Description OrderByExpressionGetEntitySetUriInfo. getOrderBy()Gets the value of the $orderby system query option as root object of the expression tree built during URI parsing.
-