Uses of Interface
com.atlassian.confluence.search.IndexManager
-
Packages that use IndexManager Package Description com.atlassian.confluence.admin.actions com.atlassian.confluence.event.listeners com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.impl.backuprestore.restore.searchindexer com.atlassian.confluence.impl.backuprestore.restore.taskrunners com.atlassian.confluence.impl.search com.atlassian.confluence.impl.search.actions com.atlassian.confluence.impl.system.runner com.atlassian.confluence.importexport.actions com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.jmx com.atlassian.confluence.plugins.rest.resources com.atlassian.confluence.plugins.rest.service com.atlassian.confluence.rpc.soap.services com.atlassian.confluence.setup.actions com.atlassian.confluence.spaces.actions com.atlassian.confluence.test.rpc -
-
Uses of IndexManager in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type IndexManager Modifier and Type Method Description voidViewIndexQueueAction. setIndexManager(IndexManager indexManager)Deprecated.The IndexManager is a required resource. -
Uses of IndexManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type IndexManager Constructor Description ClusterWideReindexEventListener(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type IndexManager Constructor Description SiteImportResource(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 IndexManager Constructor Description SearchIndexerAdapter(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 IndexManager Constructor Description PreImportTaskRunner(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 IndexManager Modifier and Type Class Description classCompositeIndexManagerAllows us to use multipleIndexManagers 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 IndexManager Modifier and Type Method Description voidFlushIndexQueueAction. setIndexManager(IndexManager indexManager)Deprecated.voidReindexTaskProgressAction. setIndexManager(IndexManager indexManager)voidSearchIndexesAction. 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 IndexManager Constructor Description ReIndexMaintenanceTaskRunner(SystemMaintenanceTaskRegistry registry, IndexManager indexManager, ClusterManager clusterManager) -
Uses of IndexManager in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions that return IndexManager Modifier and Type Method Description protected IndexManagerAbstractImportAction. getIndexManager()Deprecated.Methods in com.atlassian.confluence.importexport.actions with parameters of type IndexManager Modifier and Type Method Description voidAbstractImportAction. setIndexManager(IndexManager indexManager)Deprecated.Constructors in com.atlassian.confluence.importexport.actions with parameters of type IndexManager Constructor Description ImportLongRunningTask(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 IndexManager Modifier and Type Method Description voidBackupImporter. setIndexManager(IndexManager indexManager)Deprecated. -
Uses of IndexManager in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type IndexManager Constructor Description JmxIndexManagerWrapper(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.plugins.rest.resources
Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type IndexManager Constructor Description IndexResource(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.plugins.rest.service
Constructors in com.atlassian.confluence.plugins.rest.service with parameters of type IndexManager Constructor Description DefaultReIndexService(IndexManager indexManager, ReIndexJobManager reIndexJobManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.beehive.ClusterLockService clusterLockService, ClusterManager clusterManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) -
Uses of IndexManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type IndexManager Modifier and Type Method Description voidAdminSoapService. setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions with parameters of type IndexManager Modifier and Type Method Description voidSetupDemoContentAction. setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as IndexManager Modifier and Type Field Description protected IndexManagerAbstractCreateSpaceAction. indexManagerMethods in com.atlassian.confluence.spaces.actions that return IndexManager Modifier and Type Method Description IndexManagerAbstractCreateSpaceAction. getIndexManager()Methods in com.atlassian.confluence.spaces.actions with parameters of type IndexManager Modifier and Type Method Description voidAbstractCreateSpaceAction. setIndexManager(IndexManager indexManager)voidRemoveSpaceAction. setIndexManager(IndexManager indexManager)voidRemoveSpaceEntryAction. setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type IndexManager Modifier and Type Method Description voidFuncTestRpcHandlerImpl. setIndexManager(IndexManager indexManager)
-