Uses of Class
com.atlassian.crowd.search.query.entity.EntityQuery
Packages that use EntityQuery
Package
Description
-
Uses of EntityQuery in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type EntityQueryModifier and TypeMethodDescription<T> List<T>RemoteDirectory.searchGroups(EntityQuery<T> query) Searches forgroupsthat match the supplied query criteria.<T> List<T>RemoteDirectory.searchUsers(EntityQuery<T> query) Searches forusersthat 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 EntityQueryModifier and TypeMethodDescription<T> PagedSearcher<T>ApplicationService.createPagedGroupSearcher(Application application, EntityQuery<T> query) Creates paged group searcher for a given group query.<T> PagedSearcher<T>ApplicationService.createPagedUserSearcher(Application application, EntityQuery<T> query) Creates paged user searcher for a given user query.AliasManager.search(EntityQuery entityQuery) Perform anAliasQuerysearch on the alias tables of Crowd.ApplicationManager.search(EntityQuery query) Search applications.<T> List<T>ApplicationService.searchGroups(Application application, EntityQuery<T> query) Returns a List<Group> 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<User> or List<String> 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 EntityQueryModifier and TypeMethodDescriptionDirectoryManager.searchDirectories(EntityQuery<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 indirectoryId.<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 indirectoryId. -
Uses of EntityQuery in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder that return EntityQueryModifier and TypeMethodDescriptionstatic <T> EntityQuery<T>QueryBuilder.queryFor(Class<T> returnType, EntityDescriptor entity, SearchRestriction searchRestriction, int startIndex, int maxResults) QueryBuilder.PartialEntityQuery.returningAtMost(int maxResults) QueryBuilder.PartialEntityQueryWithRestriction.returningAtMost(int maxResults) QueryBuilder.PartialEntityQueryWithStartIndex.returningAtMost(int maxResults) -
Uses of EntityQuery in com.atlassian.crowd.search.query
Methods in com.atlassian.crowd.search.query that return EntityQueryModifier and TypeMethodDescriptionstatic EntityQuery<Directory>DirectoryQueries.allDirectories()Builds an EntityQuery for retrieving all defined directories -
Uses of EntityQuery in com.atlassian.crowd.search.query.entity
Subclasses of EntityQuery in com.atlassian.crowd.search.query.entityModifier and TypeClassDescriptionclassclassclassclassclassGroupQuery<T>classDeprecated.classUserQuery<T>Methods in com.atlassian.crowd.search.query.entity that return EntityQueryModifier and TypeMethodDescriptionEntityQuery.addToMaxResults(int add) EntityQuery.baseSplitQuery()EntityQuery.withAllResults()EntityQuery.withMaxResults(int maxResults) <Q> EntityQuery<Q>EntityQuery.withReturnType(Class<Q> returnType) EntityQuery.withSearchRestriction(SearchRestriction searchRestriction) EntityQuery.withStartIndex(int startIndex) EntityQuery.withStartIndexAndMaxResults(int startIndex, int maxResults) Methods in com.atlassian.crowd.search.query.entity that return types with arguments of type EntityQueryModifier and TypeMethodDescriptionOptional<List<EntityQuery<T>>>EntityQuery.splitOrRestrictionIfNeeded(int maxSize) Splits the query if needed.Constructors in com.atlassian.crowd.search.query.entity with parameters of type EntityQueryModifierConstructorDescriptionEntityQuery(EntityQuery<T> query, int startIndex, int maxResults) EntityQuery(EntityQuery query, Class<T> returnType)
AuthenticatedTokenQueryinstead.