Uses of Class
org.apache.olingo.odata2.api.uri.expression.ExpressionParserException

Packages that use ExpressionParserException
org.apache.olingo.odata2.api.uri URI Parser Facade 
 

Uses of ExpressionParserException in org.apache.olingo.odata2.api.uri
 

Methods in org.apache.olingo.odata2.api.uri that throw ExpressionParserException
static FilterExpression UriParser.parseFilter(Edm edm, EdmEntityType edmType, String expression)
          Parses a $filter expression string and create an expression tree.
abstract  FilterExpression UriParser.parseFilterString(EdmEntityType edmType, String expression)
          Parses a $filter expression string and create an expression tree.
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.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.