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.search com.atlassian.confluence.impl.search.actions 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.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.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.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) -
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)
-