Uses of Interface
com.atlassian.user.search.SearchResult

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

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

Methods in com.atlassian.user.search.query that return SearchResult
 SearchResult<Group> EntityQueryParser.findGroups(Query<Group> query)
          Returns the groups matching the provided query.
 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)
          Returns the users matching the provided query.
 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.