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
 SearchRestriction parseQuery(String restriction, PropertyTypeService propertyTypeService)
          Parses a query string and returns a SearchRestriction.
 

Method Detail

parseQuery

SearchRestriction parseQuery(String restriction,
                             PropertyTypeService propertyTypeService)
Parses a query string and returns a SearchRestriction.

Parameters:
restriction - restriction query
propertyTypeService - service that returns the type of the attribute
Returns:
the equivalent SearchRestriction


Copyright © 2013 Atlassian. All Rights Reserved.