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
Constructors -
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:CqlQueryParserParses a query string and returns aSearchRestriction.- Specified by:
parseQueryin interfaceCqlQueryParser- Parameters:
restriction- restriction querypropertyTypeService- service that returns the type of the attribute- Returns:
- the equivalent SearchRestriction
-