Interface OrderExpressionVisitor

All Known Implementing Classes:
DefaultOrderExpressionVisitor

public interface OrderExpressionVisitor
Acts as a delegate to visiting the OrderExpression. The intended usage of this interface is to call the visit method from the ExpressionVisitor.visitOrder(OrderExpression, Object, SortOrder)
  • Method Summary

    Modifier and Type
    Method
    Description
    visit(org.apache.olingo.odata2.api.uri.expression.OrderExpression expression, Object filterResult, org.apache.olingo.odata2.api.uri.expression.SortOrder sortOrder)
    Visit the OrderExpression
  • Method Details

    • visit

      Object visit(org.apache.olingo.odata2.api.uri.expression.OrderExpression expression, Object filterResult, org.apache.olingo.odata2.api.uri.expression.SortOrder sortOrder)
      Visit the OrderExpression
      Parameters:
      expression - The visited order expression node
      filterResult - The result of visiting the filter expression contained in the order
      sortOrder - The sort order
      Returns:
      The visited order expression node