Uses of Interface
org.apache.olingo.odata2.api.uri.expression.FilterExpression
-
Packages that use FilterExpression 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 FilterExpression in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return FilterExpression Modifier and Type Method Description FilterExpressionUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.static FilterExpressionUriParser. parseFilter(Edm edm, EdmEntityType edmType, String expression)Parses a $filter expression string and create an expression tree.abstract FilterExpressionUriParser. parseFilterString(EdmEntityType edmType, String expression)Parses a $filter expression string and create an expression tree. -
Uses of FilterExpression in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type FilterExpression Modifier and Type Method Description ObjectExpressionVisitor. visitFilterExpression(FilterExpression filterExpression, String expressionString, Object expression)Visits a filter expression -
Uses of FilterExpression in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return FilterExpression Modifier and Type Method Description FilterExpressionGetEntityCountUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionGetEntitySetCountUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionGetEntitySetLinksCountUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionGetEntitySetLinksUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionGetEntitySetUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionGetEntityUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionGetMediaResourceUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.FilterExpressionPutMergePatchUriInfo. getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.
-