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

Packages that use ConfluenceIndexManager
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
 

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.core
 

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

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

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

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

Methods in com.atlassian.confluence.search.actions with parameters of type ConfluenceIndexManager
 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 IndexQueueFlusher.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)
           
 



Confluence is developed by Atlassian.