Uses of Interface
org.apache.olingo.odata2.api.uri.expression.FilterExpression
Packages that use FilterExpression
Package
Description
URI Parser Facade
Expression Parser
URI Parser Result Views
-
Uses of FilterExpression in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return FilterExpressionModifier and TypeMethodDescriptionUriInfo.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 FilterExpressionModifier and TypeMethodDescriptionExpressionVisitor.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 FilterExpressionModifier and TypeMethodDescriptionGetEntityCountUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.GetEntitySetCountUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.GetEntitySetLinksCountUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.GetEntitySetLinksUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.GetEntitySetUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.GetEntityUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.GetMediaResourceUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing.PutMergePatchUriInfo.getFilter()Gets the value of the $filter system query option as root object of the expression tree built during URI parsing. -
Uses of FilterExpression in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return FilterExpressionModifier and TypeMethodDescriptionUriInfoImpl.getFilter()UriParserImpl.parseFilterString(EdmEntityType entityType, String expression) Methods in org.apache.olingo.odata2.core.uri with parameters of type FilterExpression -
Uses of FilterExpression in org.apache.olingo.odata2.core.uri.expression
Classes in org.apache.olingo.odata2.core.uri.expression that implement FilterExpressionMethods in org.apache.olingo.odata2.core.uri.expression that return FilterExpressionModifier and TypeMethodDescriptionFilterParser.parseFilterString(String expression) Parses a $filter expression string and creates an $orderby expression tree.FilterParserImpl.parseFilterString(String filterExpression) FilterParserImpl.parseFilterString(String filterExpression, boolean allowOnlyBinary) Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type FilterExpressionModifier and TypeMethodDescriptionJsonVisitor.visitFilterExpression(FilterExpression filterExpression, String expressionString, Object expression)