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
parseQuery
com.atlassian.crowd.embedded.api.SearchRestriction parseQuery(String restriction,
PropertyTypeService propertyTypeService)
- Parses a query string and returns a
SearchRestriction.
- Parameters:
restriction - restriction querypropertyTypeService - service that returns the type of the attribute
- Returns:
- the equivalent SearchRestriction
Copyright © 2014 Atlassian. All Rights Reserved.