|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntityQuery in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory with parameters of type EntityQuery | ||
|---|---|---|
|
RemoteDirectory.searchGroups(EntityQuery<T> query)
Searches for groups that match the supplied query criteria. |
|
|
RemoteDirectory.searchUsers(EntityQuery<T> query)
Searches for users that match the supplied query criteria. |
|
| Uses of EntityQuery in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application with parameters of type EntityQuery | ||
|---|---|---|
List<Application> |
ApplicationManager.search(EntityQuery query)
Search applications. |
|
List<String> |
AliasManager.search(EntityQuery entityQuery)
Perform an AliasQuery search on the alias tables of Crowd. |
|
|
ApplicationService.searchGroups(Application application,
EntityQuery<T> query)
Returns a List |
|
|
ApplicationService.searchUsers(Application application,
EntityQuery<T> query)
Returns a List |
|
List<User> |
ApplicationService.searchUsersAllowingDuplicateNames(Application application,
EntityQuery<User> query)
Deprecated. this method violates the directory encapsulation of ApplicationService and will be removed in the future. Consumers of this method should move to a different service. |
|
| Uses of EntityQuery in com.atlassian.crowd.manager.directory |
|---|
| Methods in com.atlassian.crowd.manager.directory with parameters of type EntityQuery | ||
|---|---|---|
List<com.atlassian.crowd.embedded.api.Directory> |
DirectoryManager.searchDirectories(EntityQuery<com.atlassian.crowd.embedded.api.Directory> query)
Returns a List of Directories matching the search query. |
|
|
DirectoryManager.searchGroups(long directoryId,
EntityQuery<T> query)
Returns a list of groups matching the given query in the directory specified by the passed in directoryId.. |
|
|
DirectoryManager.searchUsers(long directoryId,
EntityQuery<T> query)
Returns a list of users matching the given query in the directory specified by the passed in directoryId.. |
|
| Uses of EntityQuery in com.atlassian.crowd.search.builder |
|---|
| Methods in com.atlassian.crowd.search.builder that return EntityQuery | ||
|---|---|---|
static
|
QueryBuilder.queryFor(Class<T> returnType,
EntityDescriptor entity,
com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction,
int startIndex,
int maxResults)
|
|
EntityQuery<T> |
QueryBuilder.PartialEntityQuery.returningAtMost(int maxResults)
|
|
EntityQuery<T> |
QueryBuilder.PartialEntityQueryWithRestriction.returningAtMost(int maxResults)
|
|
EntityQuery<T> |
QueryBuilder.PartialEntityQueryWithStartIndex.returningAtMost(int maxResults)
|
|
| Uses of EntityQuery in com.atlassian.crowd.search.query.entity |
|---|
| Subclasses of EntityQuery in com.atlassian.crowd.search.query.entity | |
|---|---|
class |
AliasQuery
|
class |
ApplicationQuery
|
class |
DirectoryQuery
|
class |
GroupQuery<T>
|
class |
TokenQuery
|
class |
UserQuery<T>
|
| Constructors in com.atlassian.crowd.search.query.entity with parameters of type EntityQuery | |
|---|---|
EntityQuery(EntityQuery<T> query,
int startIndex,
int maxResults)
|
|
EntityQuery(EntityQuery query,
Class<T> returnType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||