CrowdService.search(com.atlassian.crowd.embedded.api.Query)
instead.@Deprecated public interface SearchEntitiesManager
Modifier and Type | Field and Description |
---|---|
static String |
MATCH_ALL
Deprecated.
|
static String |
MATCH_ANY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.atlassian.user.Entity> |
createUserQuery(List<? extends com.atlassian.user.search.query.Query<T>> queries,
String operator)
Deprecated.
|
List<com.atlassian.user.Group> |
findGroupsAsList(com.atlassian.user.search.query.TermQuery<com.atlassian.user.Group> tQuery)
Deprecated.
Find all groups matching a particular query.
|
List<com.atlassian.user.Group> |
findGroupsAsList(com.atlassian.user.search.query.TermQuery<com.atlassian.user.Group> tQuery,
boolean filterGroups)
Deprecated.
Find the groups that match a particular query, optionally filtering out groups not visible to the current
user.
|
List<com.atlassian.user.User> |
findUsersAsList(com.atlassian.user.search.query.Query<com.atlassian.user.User> userQuery)
Deprecated.
Find all users matching a particular query.
|
List<com.atlassian.user.User> |
findUsersAsList(com.atlassian.user.search.query.Query<com.atlassian.user.User> userQuery,
boolean showUnlicensedUsers)
Deprecated.
Find all users matching a particular query.
|
com.atlassian.user.search.query.TermQuery<com.atlassian.user.Group> |
getGroupNameTermQuery(String groupnameTerm)
Deprecated.
|
<T extends com.atlassian.user.Entity> |
getTermQuery(String term,
Class<? extends com.atlassian.user.search.query.TermQuery<T>> termQueryClass)
Deprecated.
|
static final String MATCH_ALL
static final String MATCH_ANY
<T extends com.atlassian.user.Entity> com.atlassian.user.search.query.TermQuery<T> getTermQuery(String term, Class<? extends com.atlassian.user.search.query.TermQuery<T>> termQueryClass) throws com.atlassian.user.search.query.EntityQueryException
com.atlassian.user.search.query.EntityQueryException
com.atlassian.user.search.query.TermQuery<com.atlassian.user.Group> getGroupNameTermQuery(String groupnameTerm) throws com.atlassian.user.search.query.EntityQueryException
com.atlassian.user.search.query.EntityQueryException
<T extends com.atlassian.user.Entity> com.atlassian.user.search.query.Query<T> createUserQuery(List<? extends com.atlassian.user.search.query.Query<T>> queries, String operator) throws com.atlassian.user.search.query.EntityQueryException
com.atlassian.user.search.query.EntityQueryException
List<com.atlassian.user.Group> findGroupsAsList(com.atlassian.user.search.query.TermQuery<com.atlassian.user.Group> tQuery) throws com.atlassian.user.EntityException
tQuery
- the query to search oncom.atlassian.user.EntityException
List<com.atlassian.user.Group> findGroupsAsList(com.atlassian.user.search.query.TermQuery<com.atlassian.user.Group> tQuery, boolean filterGroups) throws com.atlassian.user.EntityException
tQuery
- the query to search onfilterGroups
- true will filter out groups the current user is not permitted to seecom.atlassian.user.EntityException
List<com.atlassian.user.User> findUsersAsList(com.atlassian.user.search.query.Query<com.atlassian.user.User> userQuery) throws com.atlassian.user.EntityException
userQuery
- the user queryEntity.getName()
will be returned.com.atlassian.user.EntityException
List<com.atlassian.user.User> findUsersAsList(com.atlassian.user.search.query.Query<com.atlassian.user.User> userQuery, boolean showUnlicensedUsers) throws com.atlassian.user.EntityException
userQuery
- the user query.showUnlicensedUsers
- whether to only include licensed users in the results.Entity.getName()
will be returned.com.atlassian.user.EntityException
Copyright © 2003–2016 Atlassian. All rights reserved.