Uses of Interface
com.atlassian.jira.bc.user.search.UserIndexer
Packages that use UserIndexer
Package
Description
-
Uses of UserIndexer in com.atlassian.jira.bc.user.search
Classes in com.atlassian.jira.bc.user.search that implement UserIndexer -
Uses of UserIndexer in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return UserIndexerModifier and TypeMethodDescriptionEmbeddedCrowdConfiguration.userIndexer(org.apache.lucene.store.Directory directory, UserNameAnalyzer userNameAnalyzer) Methods in com.atlassian.jira.component.spring.registrar with parameters of type UserIndexerModifier and TypeMethodDescriptionEmbeddedCrowdConfiguration.extendedUserDao(UserIndexer indexer, CrowdQueryTranslator translator, ClusterMessagingService clusterMessagingService, OfBizTransactionManager ofBizTransactionManager, OfBizDelegator ofBizDelegator, com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, InternalMembershipDao membershipDao, UserKeyStore userKeyStore, UserDeleteVeto userDeleteVeto, com.atlassian.cache.CacheManager cacheManager, com.atlassian.beehive.ClusterLockService clusterLockService, ApplicationProperties applicationProperties, DatabaseConfigurationManager databaseConfigurationManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of UserIndexer in com.atlassian.jira.crowd.embedded.ofbiz
Constructors in com.atlassian.jira.crowd.embedded.ofbiz with parameters of type UserIndexerModifierConstructorDescriptionIndexedUserDao(ExtendedUserDao dao, UserIndexer indexer, CrowdQueryTranslator translator, ClusterMessagingService clusterMessagingService, OfBizTransactionManager ofBizTransactionManager, int maxBatchSize, com.atlassian.event.api.EventPublisher eventPublisher, UserKeyStore userKeyStore) SwitchingUserDao(UserIndexer indexer, CrowdQueryTranslator translator, ClusterMessagingService clusterMessagingService, OfBizTransactionManager ofBizTransactionManager, int maxBatchSize, OfBizDelegator ofBizDelegator, com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, InternalMembershipDao membershipDao, UserKeyStore userKeyStore, UserDeleteVeto userDeleteVeto, com.atlassian.cache.CacheManager cacheManager, com.atlassian.beehive.ClusterLockService clusterLockService, ApplicationProperties applicationProperties, DatabaseConfigurationManager databaseConfigurationManager, com.atlassian.event.api.EventPublisher eventPublisher)