Uses of Class
com.atlassian.crowd.search.query.entity.EntityQuery
Packages that use EntityQuery
Package
Description
-
Uses of EntityQuery in com.atlassian.crowd.crypto
Methods in com.atlassian.crowd.crypto with parameters of type EntityQueryModifier and TypeMethodDescriptionEncryptingDirectoryDAO.search
(EntityQuery<Directory> entityQuery) -
Uses of EntityQuery in com.atlassian.crowd.dao.alias
Methods in com.atlassian.crowd.dao.alias with parameters of type EntityQueryModifier and TypeMethodDescriptionAliasDAO.search
(EntityQuery<String> entityQuery) Will search for a List of Alias' based on a givenEntityQuery
AliasDAOHibernate.search
(EntityQuery<String> entityQuery) -
Uses of EntityQuery in com.atlassian.crowd.dao.application
Methods in com.atlassian.crowd.dao.application with parameters of type EntityQueryModifier and TypeMethodDescriptionApplicationDAO.search
(EntityQuery<Application> query) Will search for all the applications which qualify for the givenEntityQuery
.ApplicationDAOHibernate.search
(EntityQuery<Application> query) -
Uses of EntityQuery in com.atlassian.crowd.dao.directory
Methods in com.atlassian.crowd.dao.directory with parameters of type EntityQuery -
Uses of EntityQuery in com.atlassian.crowd.dao.group
Methods in com.atlassian.crowd.dao.group with parameters of type EntityQueryModifier and TypeMethodDescription<T> List<T>
GroupDAOHibernate.search
(long directoryId, EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.dao.token
Methods in com.atlassian.crowd.dao.token with parameters of type EntityQueryModifier and TypeMethodDescriptionSearchableTokenStorage.search
(EntityQuery<? extends AuthenticationToken> query) Searches for token based on criteria.TokenDAOHibernate.search
(EntityQuery<? extends AuthenticationToken> query) TokenDAOMemory.search
(EntityQuery<? extends AuthenticationToken> query) -
Uses of EntityQuery in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user with parameters of type EntityQueryModifier and TypeMethodDescription<T> List<T>
UserDAOHibernate.search
(long directoryID, EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type EntityQueryModifier and TypeMethodDescription<T> List<T>
SpringLDAPConnector.searchGroupObjects
(EntityQuery<?> query, ContextMapperWithRequiredAttributes<T> mapper) protected <T> List<T>
SpringLDAPConnector.searchGroupObjectsOfSpecifiedGroupType
(EntityQuery<?> query, ContextMapperWithRequiredAttributes<T> mapper) This method expects that the query contains a non-null groupType in the entityDescriptor.<T> List<T>
AbstractForwardingDirectory.searchGroups
(EntityQuery<T> query) <T> List<T>
AbstractInternalDirectory.searchGroups
(EntityQuery<T> query) <T> List<T>
AuditingDirectoryDecorator.searchGroups
(EntityQuery<T> query) <T> List<T>
AzureAdDirectory.searchGroups
(EntityQuery<T> query) <T> List<T>
MockSimpleRemoteDirectory.searchGroups
(EntityQuery<T> query) <T> List<T>
RemoteCrowdDirectory.searchGroups
(EntityQuery<T> query) <T> List<T>
RemoteDirectory.searchGroups
(EntityQuery<T> query) Searches forgroups
that match the supplied query criteria.<T> List<T>
SpringLDAPConnector.searchGroups
(EntityQuery<T> query) <T> List<T>
SpringLDAPConnector.searchUserObjects
(EntityQuery<?> query, ContextMapperWithRequiredAttributes<T> mapper) <T> List<T>
AbstractForwardingDirectory.searchUsers
(EntityQuery<T> query) <T> List<T>
AbstractInternalDirectory.searchUsers
(EntityQuery<T> query) <T> List<T>
AuditingDirectoryDecorator.searchUsers
(EntityQuery<T> query) <T> List<T>
AzureAdDirectory.searchUsers
(EntityQuery<T> query) <T> List<T>
MockSimpleRemoteDirectory.searchUsers
(EntityQuery<T> query) <T> List<T>
RemoteCrowdDirectory.searchUsers
(EntityQuery<T> query) <T> List<T>
RemoteDirectory.searchUsers
(EntityQuery<T> query) Searches forusers
that match the supplied query criteria.<T> List<T>
SpringLDAPConnector.searchUsers
(EntityQuery<T> query) <T> List<T>
SpringLDAPConnector.searchUsers
(EntityQuery<T> query, boolean includeMembershipForAllDetails) -
Uses of EntityQuery in com.atlassian.crowd.directory.ldap
Methods in com.atlassian.crowd.directory.ldap with parameters of type EntityQueryModifier and TypeMethodDescriptionstatic <T> boolean
QueryAnalyser.isQueryOnInternalFieldsOnly
(EntityQuery<T> query) static <T> boolean
QueryAnalyser.isQueryOnLdapFieldsOnly
(EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.directory.query
Methods in com.atlassian.crowd.directory.query with parameters of type EntityQueryModifier and TypeMethodDescriptionMicrosoftGraphQueryTranslator.convert
(EntityQuery query, String usernameAttribute) Converts a Crowd EntityQuery to a GraphQuery that should be used to fetch the first page of results. -
Uses of EntityQuery in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi with parameters of type EntityQueryModifier and TypeMethodDescriptionDirectoryDao.search
(EntityQuery<Directory> entityQuery) Search for directories matching the specified query.<T> List<T>
GroupDao.search
(long directoryId, EntityQuery<T> query) Searches for group based on the given criteria.<T> List<T>
UserDao.search
(long directoryId, EntityQuery<T> query) Returns users matching the search query in the given directory, ordered by name. -
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>
AbstractDelegatingApplicationService.createPagedGroupSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
ApplicationService.createPagedGroupSearcher
(Application application, EntityQuery<T> query) Creates paged group searcher for a given group query.<T> PagedSearcher<T>
ApplicationServiceGeneric.createPagedGroupSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
TranslatingApplicationService.createPagedGroupSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
AbstractDelegatingApplicationService.createPagedUserSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
ApplicationService.createPagedUserSearcher
(Application application, EntityQuery<T> query) Creates paged user searcher for a given user query.<T> PagedSearcher<T>
ApplicationServiceGeneric.createPagedUserSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
TranslatingApplicationService.createPagedUserSearcher
(Application application, EntityQuery<T> query) AliasManager.search
(EntityQuery entityQuery) Perform anAliasQuery
search on the alias tables of Crowd.AliasManagerImpl.search
(EntityQuery entityQuery) ApplicationManager.search
(EntityQuery query) Search applications.ApplicationManagerGeneric.search
(EntityQuery query) <T> List<T>
AbstractDelegatingApplicationService.searchGroups
(Application application, EntityQuery<T> query) <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>
ApplicationServiceGeneric.searchGroups
(Application application, EntityQuery<T> query) <T> List<T>
TranslatingApplicationService.searchGroups
(Application application, EntityQuery<T> query) <T> List<T>
AbstractDelegatingApplicationService.searchUsers
(Application application, EntityQuery<T> query) <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.<T> List<T>
ApplicationServiceGeneric.searchUsers
(Application application, EntityQuery<T> query) <T> List<T>
TranslatingApplicationService.searchUsers
(Application application, EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.manager.application.filtering
Methods in com.atlassian.crowd.manager.application.filtering with parameters of type EntityQueryModifier and TypeMethodDescription<T> Optional<DirectoryQueryWithFilter<T>>
AccessFilter.getDirectoryQueryWithFilter
(Directory directory, EntityQuery<T> query) <T> Optional<DirectoryQueryWithFilter<T>>
BaseAccessFilter.getDirectoryQueryWithFilter
(Directory directory, EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.manager.application.search
Methods in com.atlassian.crowd.manager.application.search with parameters of type EntityQueryModifier and TypeMethodDescription<T> PagedSearcher<T>
GroupSearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
InMemoryEntitySearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
NoDirectorySearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
InMemoryEntitySearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
NoDirectorySearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
UserSearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) <T> List<T>
DirectoryManagerSearchWrapper.search
(long directoryId, EntityQuery<T> query) protected <T> List<T>
InMemoryEntitySearchStrategy.search
(EntityQuery<T> query) <T> List<T>
DirectoryManagerSearchWrapper.searchGroups
(long directoryId, EntityQuery<T> query) <T> List<T>
GroupSearchStrategy.searchGroups
(EntityQuery<T> query) Returns aList<Group>
orList<String>
groupnames matching the search criteria defined in the query.<T> List<T>
InMemoryEntitySearchStrategy.searchGroups
(EntityQuery<T> query) <T> List<T>
NoDirectorySearchStrategy.searchGroups
(EntityQuery<T> query) <T> List<T>
DirectoryManagerSearchWrapper.searchUsers
(long directoryId, EntityQuery<T> query) <T> List<T>
InMemoryEntitySearchStrategy.searchUsers
(EntityQuery<T> query) <T> List<T>
NoDirectorySearchStrategy.searchUsers
(EntityQuery<T> query) <T> List<T>
UserSearchStrategy.searchUsers
(EntityQuery<T> query) Returns aList<User>
orList<String>
matching the search criteria defined in the query.Constructors in com.atlassian.crowd.manager.application.search with parameters of type EntityQueryModifierConstructorDescriptionPagedSearcherImpl
(List<Directory> directories, DirectoryManagerSearchWrapper directoryManagerSearchWrapper, boolean mergeEntities, EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory with parameters of type EntityQueryModifier and TypeMethodDescriptionDirectoryDaoTransactionalDecorator.search
(EntityQuery<Directory> entityQuery) Makes a transactional call toDirectoryDao.search(EntityQuery)
DirectoryManager.searchDirectories
(EntityQuery<Directory> query) Returns a List of Directories matching the search query.DirectoryManagerGeneric.searchDirectories
(EntityQuery<Directory> 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>
DirectoryManagerGeneric.searchGroups
(long directoryId, EntityQuery<T> query) <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
.<T> List<T>
DirectoryManagerGeneric.searchUsers
(long directoryId, EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.manager.license
Fields in com.atlassian.crowd.manager.license declared as EntityQueryModifier and TypeFieldDescriptionstatic final EntityQuery<Application>
CrowdLicenseManagerImpl.ACTIVE_APPS_QUERY
static final EntityQuery<String>
CrowdLicenseManagerImpl.ACTIVE_USERS_QUERY
static final EntityQuery<String>
CrowdLicenseManagerImpl.ALL_USERS_QUERY
-
Uses of EntityQuery in com.atlassian.crowd.manager.mailer.notification
Fields in com.atlassian.crowd.manager.mailer.notification declared as EntityQueryModifier and TypeFieldDescriptionprotected static final EntityQuery<Directory>
PasswordExpirationMailNotificationManagerImpl.ACTIVE_INTERNAL_DIRECTORIES_QUERY
-
Uses of EntityQuery in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery with parameters of type EntityQueryModifier and TypeMethodDescriptionRecoveryModeAwareDirectoryManager.searchDirectories
(EntityQuery<Directory> query) <T> List<T>
RecoveryModeRemoteDirectory.searchGroups
(EntityQuery<T> query) <T> List<T>
RecoveryModeRemoteDirectory.searchUsers
(EntityQuery<T> query) -
Uses of EntityQuery in com.atlassian.crowd.manager.token
Methods in com.atlassian.crowd.manager.token with parameters of type EntityQueryModifier and TypeMethodDescriptionSwitchableTokenManagerImpl.search
(EntityQuery<? extends AuthenticationToken> query) -
Uses of EntityQuery in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest with parameters of type EntityQueryModifier and TypeMethodDescription<T> List<T>
TestKitUserResource.searchUsersPaged
(Application app, EntityQuery<T> query, int pageSize, boolean pager) -
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.hibernate
Methods in com.atlassian.crowd.search.hibernate with parameters of type EntityQueryModifier and TypeMethodDescriptionprotected void
HQLQueryTranslater.appendQueryAsHQL
(EntityQuery<?> query, HQLQuery hql) HQLQueryTranslater.asHQL
(long directoryID, EntityQuery entityQuery) Translates an entity query into a HQLQuery.HQLQueryTranslater.asHQL
(EntityQuery entityQuery) Translates an entity query into a HQLQuery. -
Uses of EntityQuery in com.atlassian.crowd.search.ldap
Methods in com.atlassian.crowd.search.ldap with parameters of type EntityQueryModifier and TypeMethodDescriptionLDAPQueryTranslater.asLDAPFilter
(EntityQuery query, LDAPPropertiesMapper ldapPropertiesMapper) LDAPQueryTranslaterImpl.asLDAPFilter
(EntityQuery query, LDAPPropertiesMapper ldapPropertiesMapper) -
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 TypeClassDescriptionclass
class
class
class
class
GroupQuery<T>
class
Deprecated.class
UserQuery<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) -
Uses of EntityQuery in com.atlassian.crowd.search.util
Methods in com.atlassian.crowd.search.util with parameters of type EntityQueryModifier and TypeMethodDescriptionQuerySplitter.batchConditionsIfNeeded
(EntityQuery<T> query, QuerySplitter.EntitySearcher<T, E> searcher, int maxRestrictionsPerQuery) Splits the query if needed, executes it, aggregates and returns results. -
Uses of EntityQuery in com.atlassian.crowd.service
Methods in com.atlassian.crowd.service with parameters of type EntityQueryModifier and TypeMethodDescriptionDirectoryEntitySearchService.searchGroups
(EntityQuery<Group> groupsQuery, List<Directory> directoriesRestriction) Returns groups matchinggroupsQuery
.DirectoryEntitySearchServiceImpl.searchGroups
(EntityQuery<Group> query, List<Directory> optionalDirectories) DirectoryEntitySearchService.searchPotentialMembers
(EntityQuery<User> usersQuery, long directoryId, String groupName) Returns users that can be assigned as members of the specified group.DirectoryEntitySearchServiceImpl.searchPotentialMembers
(EntityQuery<User> query, long directoryId, String groupName) DirectoryEntitySearchService.searchUsers
(EntityQuery<User> usersQuery, List<Directory> directoriesRestriction) Returns users matchingusersQuery
.DirectoryEntitySearchServiceImpl.searchUsers
(EntityQuery<User> query, List<Directory> optionalDirectories) -
Uses of EntityQuery in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers that return EntityQueryModifier and TypeMethodDescriptionstatic <T> EntityQuery<T>
EntityQueryMatcher.entityQueryMatches
(EntityDescriptor entityDescriptor, Class<T> returnType, String... entityNames) Methods in com.atlassian.crowd.test.matchers with parameters of type EntityQueryModifier and TypeMethodDescriptionvoid
EntityQueryMatcher.describeMismatchSafely
(EntityQuery entityQuery, org.hamcrest.Description description) protected boolean
EntityQueryMatcher.matchesSafely
(EntityQuery entityQuery) -
Uses of EntityQuery in com.atlassian.crowd.util.persistence.hibernate
Methods in com.atlassian.crowd.util.persistence.hibernate with parameters of type EntityQueryModifier and TypeMethodDescriptionstatic <T> Comparator<T>
ComparatorForQueryFactory.comparatorForQuery
(EntityQuery<T> query) protected <V> List<V>
InternalDirectoryEntityHibernateDao.executeBatchedQueriesIfNecessary
(EntityQuery<V> entityQuery, List<HQLQuery> hqlQueries) -
Uses of EntityQuery in com.atlassian.labs.crowd.directory.pruning.util
Fields in com.atlassian.labs.crowd.directory.pruning.util declared as EntityQueryModifier and TypeFieldDescriptionstatic final EntityQuery<Directory>
Queries.ALL_DELEGATING_DIRECTORIES_QUERY
Methods in com.atlassian.labs.crowd.directory.pruning.util that return EntityQueryModifier and TypeMethodDescriptionstatic EntityQuery<User>
Queries.usersByExternalIdQuery
(List<User> users)
AuthenticatedTokenQuery
instead.