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> java.util.List<T>
RemoteDirectory.searchGroups(EntityQuery<T> query)
          Searches for groups that match the supplied query criteria.
<T> java.util.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
 java.util.List<java.lang.String> AliasManager.search(EntityQuery entityQuery)
          Perform an AliasQuery search on the alias tables of Crowd.
 java.util.List<Application> ApplicationManager.search(EntityQuery query)
          Search applications.
<T> java.util.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> java.util.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.
 java.util.List<User> ApplicationService.searchUsersAllowingDuplicateNames(Application application, EntityQuery<User> query)
          Returns a List matching the search criteria defined in the query for ALL of the active directories assigned to the application.
 

Uses of EntityQuery in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory with parameters of type EntityQuery
 java.util.List<Directory> DirectoryManager.searchDirectories(EntityQuery<Directory> query)
          Returns a List of Directories matching the search query.
<T> java.util.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> java.util.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(java.lang.Class<T> returnType, EntityDescriptor entity, 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, java.lang.Class<T> returnType)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.