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 anExpression
from a string.
-
Method Details
-
parse
Returns anExpression
from a string.- Parameters:
filterString
- the string- Returns:
- the
Expression
- Throws:
ExpressionVisitException
-