com.atlassian.crowd.cql.parser
Class CqlQueryParserImpl

java.lang.Object
  extended by 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 Summary
CqlQueryParserImpl()
           
 
Method Summary
 SearchRestriction parseQuery(String restriction, PropertyTypeService propertyTypeService)
          Parses a query string and returns a SearchRestriction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CqlQueryParserImpl

public CqlQueryParserImpl()
Method Detail

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


Copyright © 2013 Atlassian. All Rights Reserved.