Uses of Interface
com.atlassian.confluence.search.IndexManager
Packages that use IndexManager
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
Imports Confluence data from an XML backup.
-
Uses of IndexManager in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type IndexManagerModifier and TypeMethodDescriptionvoid
ViewIndexQueueAction.setIndexManager
(IndexManager indexManager) Deprecated.The IndexManager is a required resource. -
Uses of IndexManager in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as IndexManagerModifier and TypeFieldDescriptionprotected IndexManager
AbstractConfluenceSingleContextSpringPersistenceTest.indexManager
Deprecated. -
Uses of IndexManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type IndexManager -
Uses of IndexManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type IndexManagerModifierConstructorDescriptionSiteImportResource
(IndexManager indexManager, ImportExportManager importExportManager) -
Uses of IndexManager in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type IndexManagerModifierConstructorDescriptionSearchIndexerAdapter
(ContentIndexTaskQueue contentIndexTaskQueue, ChangeIndexTaskQueue changeIndexTaskQueue, JournalManager journalManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, IndexManager indexManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of IndexManager in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Constructors in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with parameters of type IndexManagerModifierConstructorDescriptionPreImportTaskRunner
(org.hibernate.SessionFactory sessionFactory, IndexManager indexManager, com.atlassian.scheduler.core.SchedulerServiceController clusterSchedulerServiceController, org.springframework.transaction.PlatformTransactionManager transactionManager, ConfluenceSchemaCreator confluenceSchemaCreator, CacheFlusher cacheFlusher, SiteRestoreJobResurrector siteRestoreJobResurrector, PluginTemporaryDisabler pluginTemporaryDisabler, OnRestoreEventsSender onRestoreEventsSender) -
Uses of IndexManager in com.atlassian.confluence.impl.search
Classes in com.atlassian.confluence.impl.search that implement IndexManagerModifier and TypeClassDescriptionclass
Allows us to use multipleIndexManager
s under the hood whilst maintaining backwards compatibility -
Uses of IndexManager in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type IndexManagerModifier and TypeMethodDescriptionvoid
FlushIndexQueueAction.setIndexManager
(IndexManager indexManager) Deprecated.void
ReindexTaskProgressAction.setIndexManager
(IndexManager indexManager) void
SearchIndexesAction.setIndexManager
(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type IndexManagerModifierConstructorDescriptionReIndexMaintenanceTaskRunner
(SystemMaintenanceTaskRegistry registry, IndexManager indexManager, ClusterManager clusterManager, ReIndexJobManager reIndexJobManager, SearchPlatformConfig searchPlatformConfig, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of IndexManager in com.atlassian.confluence.importexport.actions
Constructors in com.atlassian.confluence.importexport.actions with parameters of type IndexManagerModifierConstructorDescriptionImportLongRunningTask
(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, ImportExportManager importExportManager, ImportContext context) Deprecated.ImportLongRunningTask
(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, ImportExportManager importExportManager, ImportContext context, Supplier<Boolean> shouldPublishReindexEvent) Deprecated. -
Uses of IndexManager in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type IndexManagerModifier and TypeMethodDescriptionvoid
BackupImporter.setIndexManager
(IndexManager indexManager) Deprecated. -
Uses of IndexManager in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type IndexManager -
Uses of IndexManager in com.atlassian.confluence.plugins.rest.jackson2.resources
Constructors in com.atlassian.confluence.plugins.rest.jackson2.resources with parameters of type IndexManagerModifierConstructorDescriptionIndexResource
(IndexManager indexManager) Deprecated, for removal: This API element is subject to removal in a future version.since 8.3.0IndexResource
(IndexManager indexManager, ReIndexService reIndexService) -
Uses of IndexManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type IndexManagerModifier and TypeMethodDescriptionvoid
AdminSoapService.setIndexManager
(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as IndexManagerMethods in com.atlassian.confluence.spaces.actions that return IndexManagerMethods in com.atlassian.confluence.spaces.actions with parameters of type IndexManagerModifier and TypeMethodDescriptionvoid
AbstractCreateSpaceAction.setIndexManager
(IndexManager indexManager) void
RemoveSpaceAction.setIndexManager
(IndexManager indexManager) void
RemoveSpaceEntryAction.setIndexManager
(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type IndexManagerModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setIndexManager
(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type IndexManagerModifierConstructorDescriptionResetJournalStateUpgradeTask
(JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore, BackupRestoreManager backupRestoreManager, IndexManager indexManager)