Uses of Package
com.atlassian.user.search.query

Packages that use com.atlassian.user.search.query
com.atlassian.user.configuration   
com.atlassian.user.impl.delegation.search.query   
com.atlassian.user.impl.hibernate.search.query   
com.atlassian.user.impl.ldap.search.query   
com.atlassian.user.search.query   
 

Classes in com.atlassian.user.search.query used by com.atlassian.user.configuration
EntityQueryParser
          Implementations can currently only support one boolean condition
 

Classes in com.atlassian.user.search.query used by com.atlassian.user.impl.delegation.search.query
EntityQueryParser
          Implementations can currently only support one boolean condition
Query
           
QueryContext
          Indicates the context in which a query should run.
 

Classes in com.atlassian.user.search.query used by com.atlassian.user.impl.hibernate.search.query
AbstractEntityQueryParser
           
EntityQueryParser
          Implementations can currently only support one boolean condition
Query
           
QueryContext
          Indicates the context in which a query should run.
 

Classes in com.atlassian.user.search.query used by com.atlassian.user.impl.ldap.search.query
BooleanQuery
          Allows for the booleanconjuction of Query objects with an AND or OR parameter.
EntityQueryParser
          Implementations can currently only support one boolean condition
Query
           
QueryContext
          Indicates the context in which a query should run.
TermQuery
           
 

Classes in com.atlassian.user.search.query used by com.atlassian.user.search.query
AbstractBooleanQuery
           
AbstractEntityQueryParser
           
AbstractSingleTermQuery
           
BooleanQuery
          Allows for the booleanconjuction of Query objects with an AND or OR parameter.
EntityQueryException
           
EntityQueryParser
          Implementations can currently only support one boolean condition
ExternalEntityNameTermQuery
           
GroupNameTermQuery
          Takes a group name and returns a query suitable for finding it in the underlying implementation.
GroupQuery
          Designates that the Query is looking up groups, and will return a Group object for each item of the result.
MembershipQuery
          Performs a query on a membership association.
Query
           
QueryContext
          Indicates the context in which a query should run.
TermQuery
           
TwoTermBooleanQuery
           
UserNameTermQuery
           
UserQuery
          Designates that the Query is looking up users, and will return a User object for each item of the result.
 



Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.