|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| com.atlassian.user.search.query | |
| Uses of Query in com.atlassian.user.search.query |
|---|
| Subinterfaces of Query in com.atlassian.user.search.query | |
|---|---|
interface |
BooleanQuery<T extends Entity>
Allows for the boolean conjunction of Query objects with an AND or OR parameter. |
interface |
GroupQuery
Designates that the Query is looking up groups, and will return
a Group object for each item of the result. |
interface |
TermQuery<T extends Entity>
|
interface |
UserQuery
Designates that the Query is looking up users, and will return
a User object for each item of the result. |
| Methods in com.atlassian.user.search.query that return types with arguments of type Query | |
|---|---|
java.util.List<Query<T>> |
BooleanQuery.getQueries()
|
| Methods in com.atlassian.user.search.query with parameters of type Query | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||