Package com.atlassian.crowd.cql.parser
Class CqlQueryParserImpl
java.lang.Object
com.atlassian.crowd.cql.parser.CqlQueryParserImpl
- All Implemented Interfaces:
CqlQueryParser
An implementation of CqlQueryParser
- Since:
- 2.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseQuery
(String restriction, PropertyTypeService propertyTypeService) Parses a query string and returns aSearchRestriction
.
-
Constructor Details
-
CqlQueryParserImpl
public CqlQueryParserImpl()
-
-
Method Details
-
parseQuery
Description copied from interface:CqlQueryParser
Parses a query string and returns aSearchRestriction
.- Specified by:
parseQuery
in interfaceCqlQueryParser
- Parameters:
restriction
- restriction querypropertyTypeService
- service that returns the type of the attribute- Returns:
- the equivalent SearchRestriction
-