Uses of Interface
com.atlassian.user.search.query.QueryContext

Packages that use QueryContext
com.atlassian.user.search.query   
 

Uses of QueryContext in com.atlassian.user.search.query
 

Methods in com.atlassian.user.search.query with parameters of type QueryContext
 SearchResult<Group> EntityQueryParser.findGroups(Query<Group> query, QueryContext context)
          If the repository matches the query context, returns the groups matching the query, otherwise returns null.
 SearchResult<User> EntityQueryParser.findUsers(Query<User> query, QueryContext context)
          If the repository matches the query context, returns the users matching the query, otherwise returns null.
 



Copyright © 2005-2015 Atlassian. All Rights Reserved.