Package com.atlassian.crowd.cql.parser
Interface CqlQueryParser
- All Known Implementing Classes:
CqlQueryParserImpl
public interface CqlQueryParser
Used to parse Cql to a
SearchRestriction
.- Since:
- 2.2
-
Method Summary
Modifier and TypeMethodDescriptionparseQuery
(String restriction, PropertyTypeService propertyTypeService) Parses a query string and returns aSearchRestriction
.
-
Method Details
-
parseQuery
Parses a query string and returns aSearchRestriction
.- Parameters:
restriction
- restriction querypropertyTypeService
- service that returns the type of the attribute- Returns:
- the equivalent SearchRestriction
-