Interface CqlQueryParser

All Known Implementing Classes:
CqlQueryParserImpl

public interface CqlQueryParser
Used to parse Cql to a SearchRestriction.
Since:
2.2
  • Method Details

    • 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