Uses of Interface
org.apache.olingo.odata2.api.uri.expression.OrderByExpression
Packages that use OrderByExpression
Package
Description
URI Parser Facade
Expression Parser
URI Parser Result Views
-
Uses of OrderByExpression in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return OrderByExpressionModifier and TypeMethodDescriptionUriInfo.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 OrderByExpressionModifier and TypeMethodDescriptionExpressionVisitor.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 OrderByExpressionModifier and TypeMethodDescriptionGetEntitySetUriInfo.getOrderBy()Gets the value of the $orderby system query option as root object of the expression tree built during URI parsing. -
Uses of OrderByExpression in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return OrderByExpressionModifier and TypeMethodDescriptionUriInfoImpl.getOrderBy()UriParserImpl.parseOrderByString(EdmEntityType entityType, String expression) Methods in org.apache.olingo.odata2.core.uri with parameters of type OrderByExpression -
Uses of OrderByExpression in org.apache.olingo.odata2.core.uri.expression
Classes in org.apache.olingo.odata2.core.uri.expression that implement OrderByExpressionMethods in org.apache.olingo.odata2.core.uri.expression that return OrderByExpressionModifier and TypeMethodDescriptionOrderByParser.parseOrderByString(String orderByExpression) Parses a $orderby expression string and creates an $orderby expression treeOrderByParserImpl.parseOrderByString(String orderByExpression) Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type OrderByExpressionModifier and TypeMethodDescriptionJsonVisitor.visitOrderByExpression(OrderByExpression orderByExpression, String expressionString, List<Object> orders)