Uses of Class
com.atlassian.crowd.search.query.entity.EntityQuery

Packages that use EntityQuery
com.atlassian.crowd.directory   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.query.entity   
 

Uses of EntityQuery in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory with parameters of type EntityQuery
<T> List<T>
RemoteDirectory.searchGroups(EntityQuery<T> query)
          Searches for groups that match the supplied query criteria.
<T> List<T>
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.
<T> List<T>
ApplicationService.searchGroups(Application application, EntityQuery<T> query)
          Returns a List matching the search criteria defined in the query for ALL of the active directories assigned to the application.
<T> List<T>
ApplicationService.searchUsers(Application application, EntityQuery<T> query)
          Returns a List or List matching the search criteria defined in the query for ALL of the active directories assigned to the application.
 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.
<T> List<T>
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..
<T> List<T>
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
<T> EntityQuery<T>
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)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.