Uses of Interface
com.atlassian.confluence.search.v2.SearchManager
-
-
Uses of SearchManager in com.atlassian.confluence.api.impl.service.audit
Constructors in com.atlassian.confluence.api.impl.service.audit with parameters of type SearchManager Constructor Description ConfluenceAuditResourceLookupProvider(StandardAuditResourceTypes resourceTypes, PredefinedSearchBuilder searchBuilder, SearchManager searchManager, SpaceManagerInternal spaceManager, ConfluenceUserDao userDao)
-
Uses of SearchManager in com.atlassian.confluence.content.render.xhtml.migration.macro
Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type SearchManager Constructor Description MacroMigrationService(XhtmlWikiMarkupMacroMigrator migrator, SearchManager searchManager, ContentDao contentDao, LongRunningTaskManager longRunningTaskManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.bandana.BandanaManager bandanaManager, ConfluenceIndexer indexer)
SearchResultsBatchWorkSource(SearchManager searchManager, List<SearchResult> searchResults, int batchSize, com.google.common.base.Function<Searchable,T> transformer)
-
Uses of SearchManager in com.atlassian.confluence.impl.pages.actions
Methods in com.atlassian.confluence.impl.pages.actions with parameters of type SearchManager Modifier and Type Method Description void
PageDestinationSearchAction. setSearchManager(SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.impl.retention.rules
Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type SearchManager Constructor Description DefaultRetentionRulesChecker(GlobalRetentionPolicyManager globalRetentionPolicyManager, SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type SearchManager Modifier and Type Method Description void
SearchSiteAction. setSearchManager(SearchManager searchManager)
Deprecated. -
Uses of SearchManager in com.atlassian.confluence.internal.search
Classes in com.atlassian.confluence.internal.search that implement SearchManager Modifier and Type Class Description class
DecoratedSearchManager
Constructors in com.atlassian.confluence.internal.search with parameters of type SearchManager Constructor Description DecoratedSearchManager(SearchManager delegate, SearchDecoratorProvider decoratorProvider)
-
Uses of SearchManager in com.atlassian.confluence.internal.search.v2
Classes in com.atlassian.confluence.internal.search.v2 that implement SearchManager Modifier and Type Class Description class
ProfiledSearchManager
SearchManager
implementation that enables profiling metrics provided by atlassian-profiling.Constructors in com.atlassian.confluence.internal.search.v2 with parameters of type SearchManager Constructor Description ProfiledSearchManager(SearchManager delegate)
-
Uses of SearchManager in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement SearchManager Modifier and Type Class Description class
LuceneSearchManager
-
Uses of SearchManager in com.atlassian.confluence.macro
Fields in com.atlassian.confluence.macro declared as SearchManager Modifier and Type Field Description protected SearchManager
ContentFilteringMacro. searchManager
SearchManager
instance for handling queries based on parameter values.Methods in com.atlassian.confluence.macro with parameters of type SearchManager Modifier and Type Method Description void
ContentFilteringMacro. setSearchManager(SearchManager searchManager)
Injector forSearchManager
. -
Uses of SearchManager in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type SearchManager Modifier and Type Method Description void
AlphabeticalListPagesAction. setSearchManager(SearchManager searchManager)
void
ViewBlogPostsByDateAction. setSearchManager(SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions with parameters of type SearchManager Modifier and Type Method Description void
ViewLabelAction. setSearchManager(SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type SearchManager Constructor Description RecentlyUpdatedContentService(ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory, PermissionManager permissionManager, HttpContext httpContext, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, SearchManager searchManager, PredefinedSearchBuilder searchBuilder, ConfluenceMonitoring confluenceMonitoring, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of SearchManager in com.atlassian.confluence.plugins.rest.service
Constructors in com.atlassian.confluence.plugins.rest.service with parameters of type SearchManager Constructor Description DefaultRestSearchService(ContentNameSearcher contentNameSearcher, QueryTokenizer contentNameQueryTokenizer, SearchManager searchManager, PredefinedSearchBuilder predefinedSearchBuilder, com.atlassian.crowd.embedded.api.CrowdService crowdService, EntityBuilderFactory entityBuilderFactory)
-
Uses of SearchManager in com.atlassian.confluence.plugins.retentionrules.impl.service
Constructors in com.atlassian.confluence.plugins.retentionrules.impl.service with parameters of type SearchManager Constructor Description SearchService(SearchManager searchManager, SpaceService spaceService, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, SiteSearchPermissionsQueryFactory siteSearchPermissionsQueryFactory)
-
Uses of SearchManager in com.atlassian.confluence.plugins.spacedirectory
Constructors in com.atlassian.confluence.plugins.spacedirectory with parameters of type SearchManager Constructor Description ViewSpaceDirectoryAction(SpaceManager spaceManager, SpaceLogoManager spaceLogoManager, PredefinedSearchBuilder predefinedSearchBuilder, SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.plugins.spacedirectory.rest
Constructors in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type SearchManager Constructor Description SpaceDirectoryResource(UserAccessor userAccessor, SpacePermissionManager spacePermissionManager, PredefinedSearchBuilder predefinedSearchBuilder, SearchManager searchManager, SpaceDirectoryEntityBuilder builder)
-
Uses of SearchManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type SearchManager Modifier and Type Method Description void
PagesSoapService. setSearchManager(SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.rss
Constructors in com.atlassian.confluence.rss with parameters of type SearchManager Constructor Description DefaultFeedBuilder(SearchManager searchManager, GlobalSettingsManager settingsManager, PermissionManager permissionManager, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, Map<String,RssRenderSupport> renderSupport, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of SearchManager in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions with parameters of type SearchManager Modifier and Type Method Description void
ListAttachmentsAction. setSearchManager(SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type SearchManager Constructor Description UserMentionsContentReindexer(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager)
-
Uses of SearchManager in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with parameters of type SearchManager Modifier and Type Method Description void
PeopleDirectoryAction. setSearchManager(SearchManager searchManager)
-
Uses of SearchManager in com.atlassian.sal.confluence.search
Constructors in com.atlassian.sal.confluence.search with parameters of type SearchManager Constructor Description ConfluenceSearchProvider(PredefinedSearchBuilder predefinedSearchBuilder, SearchManager searchManager, com.atlassian.sal.api.search.query.SearchQueryParser searchQueryParser, UserAccessor userAccessor, com.atlassian.sal.api.ApplicationProperties applicationProperties)
-