Package com.liferay.portal.odata.filter
Interface FilterParser
public interface FilterParser
Transforms a string containing an OData filter into a manageable
Expression.-
Method Summary
Modifier and TypeMethodDescriptionReturns anExpressionfrom a string.
-
Method Details
-
parse
Returns anExpressionfrom a string.- Parameters:
filterString- the string- Returns:
- the
Expression - Throws:
ExpressionVisitException
-