Package com.atlassian.user.search.query

Interface Summary
BooleanQuery<T extends Entity> Allows for the boolean conjunction of Query objects with an AND or OR parameter.
EntityQueryParser Parses and executes queries for users and groups against one or more Atlassian-User repositories.
GroupQuery Designates that the Query is looking up groups, and will return a Group object for each item of the result.
Query<T extends Entity>  
QueryContext Indicates the context in which a query should run.
TermQuery<T extends Entity>  
UserQuery Designates that the Query is looking up users, and will return a User object for each item of the result.
 



Copyright © 2005-2015 Atlassian. All Rights Reserved.