Uses of Interface
com.atlassian.crowd.search.query.entity.PropertyTypeService

Packages that use PropertyTypeService
com.atlassian.crowd.cql.parser   
com.atlassian.crowd.cql.parser.antlr   
com.atlassian.crowd.search.query.entity   
 

Uses of PropertyTypeService in com.atlassian.crowd.cql.parser
 

Methods in com.atlassian.crowd.cql.parser with parameters of type PropertyTypeService
 SearchRestriction CqlQueryParserImpl.parseQuery(String restriction, PropertyTypeService propertyTypeService)
           
 SearchRestriction CqlQueryParser.parseQuery(String restriction, PropertyTypeService propertyTypeService)
          Parses a query string and returns a SearchRestriction.
 

Uses of PropertyTypeService in com.atlassian.crowd.cql.parser.antlr
 

Methods in com.atlassian.crowd.cql.parser.antlr with parameters of type PropertyTypeService
 void CqlEval.setPropertyTypeService(PropertyTypeService propertyTypeService)
           
 

Uses of PropertyTypeService in com.atlassian.crowd.search.query.entity
 

Classes in com.atlassian.crowd.search.query.entity that implement PropertyTypeService
 class PropertyTypeServiceImpl
          Implements a PropertyTypeServiceImpl.
 



Copyright © 2012 Atlassian. All Rights Reserved.