Class CqlQueryParserImpl

java.lang.Object
com.atlassian.crowd.cql.parser.CqlQueryParserImpl
All Implemented Interfaces:
CqlQueryParser

public class CqlQueryParserImpl extends Object implements CqlQueryParser
An implementation of CqlQueryParser
Since:
2.2
  • Constructor Details

    • CqlQueryParserImpl

      public CqlQueryParserImpl()
  • Method Details

    • parseQuery

      public SearchRestriction parseQuery(String restriction, PropertyTypeService propertyTypeService)
      Description copied from interface: CqlQueryParser
      Parses a query string and returns a SearchRestriction.
      Specified by:
      parseQuery in interface CqlQueryParser
      Parameters:
      restriction - restriction query
      propertyTypeService - service that returns the type of the attribute
      Returns:
      the equivalent SearchRestriction