Uses of Interface
org.apache.olingo.odata2.api.uri.expression.OrderExpression
-
Packages that use OrderExpression Package Description org.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of OrderExpression in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return types with arguments of type OrderExpression Modifier and Type Method Description List<OrderExpression>OrderByExpression. getOrders()Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type OrderExpression Modifier and Type Method Description ObjectExpressionVisitor. visitOrder(OrderExpression orderExpression, Object filterResult, SortOrder sortOrder)Visits a order expression
-