Uses of Interface
com.atlassian.confluence.search.lucene.ConfluenceIndexManager

Packages that use ConfluenceIndexManager
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.event.listeners   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
com.atlassian.confluence.jmx   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.search.v2.lucene.compatibility Backwards compatibility wrappers to bridge between the old and new search APIs 
com.atlassian.confluence.setup.actions   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions with parameters of type ConfluenceIndexManager
 void ViewIndexQueueAction.setIndexManager(ConfluenceIndexManager indexManager)
          The IndexManager is a required resource.
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.event.listeners
 

Methods in com.atlassian.confluence.event.listeners with parameters of type ConfluenceIndexManager
 void ClusterWideReindexEventListener.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.importexport.actions
 

Methods in com.atlassian.confluence.importexport.actions that return ConfluenceIndexManager
protected  ConfluenceIndexManager AbstractImportAction.getIndexManager()
           
 

Methods in com.atlassian.confluence.importexport.actions with parameters of type ConfluenceIndexManager
 void AbstractImportAction.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Constructors in com.atlassian.confluence.importexport.actions with parameters of type ConfluenceIndexManager
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceIndexManager indexManager, ImportExportManager importExportManager, Object type, ImportContext context, com.atlassian.user.User user)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.importexport.xmlimport
 

Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ConfluenceIndexManager
 void BackupImporter.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.jmx
 

Constructors in com.atlassian.confluence.jmx with parameters of type ConfluenceIndexManager
JmxIndexManagerWrapper(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ConfluenceIndexManager
 void AdminSoapService.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions that return ConfluenceIndexManager
 ConfluenceIndexManager ReindexTaskProgressAction.getIndexManager()
           
 

Methods in com.atlassian.confluence.search.actions with parameters of type ConfluenceIndexManager
 void SearchIndexesAction.setIndexManager(ConfluenceIndexManager indexManager)
           
 void ReindexTaskProgressAction.setIndexManager(ConfluenceIndexManager indexManager)
           
 void FlushIndexQueueAction.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.search.lucene
 

Classes in com.atlassian.confluence.search.lucene that implement ConfluenceIndexManager
 class DefaultConfluenceIndexManager
          The Confluence Index Manager is the entry point to the majority of the indexing subsystem..
 

Methods in com.atlassian.confluence.search.lucene with parameters of type ConfluenceIndexManager
 void IndexOptimizer.setConfluenceIndexManager(ConfluenceIndexManager confluenceIndexManager)
           
 void MultiThreadedIndexRebuilder.setIndexManager(ConfluenceIndexManager indexManager)
           
 void IndexQueueFlusher.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.search.v2.lucene.compatibility
 

Constructors in com.atlassian.confluence.search.v2.lucene.compatibility with parameters of type ConfluenceIndexManager
V2SearchSmartListManager(SearchManager searchManager, ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.setup.actions
 

Methods in com.atlassian.confluence.setup.actions with parameters of type ConfluenceIndexManager
 void SetupDemoContentAction.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces with parameters of type ConfluenceIndexManager
 void DefaultSpaceManager.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.spaces.actions
 

Fields in com.atlassian.confluence.spaces.actions declared as ConfluenceIndexManager
protected  ConfluenceIndexManager AbstractCreateSpaceAction.indexManager
           
 

Methods in com.atlassian.confluence.spaces.actions that return ConfluenceIndexManager
 ConfluenceIndexManager AbstractCreateSpaceAction.getIndexManager()
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type ConfluenceIndexManager
 void AbstractCreateSpaceAction.setIndexManager(ConfluenceIndexManager indexManager)
           
 

Uses of ConfluenceIndexManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type ConfluenceIndexManager
 void FuncTestRpcHandlerImpl.setIndexManager(ConfluenceIndexManager indexManager)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.