Uses of Interface
com.atlassian.confluence.search.ConfluenceIndexer

Packages that use ConfluenceIndexer
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.impl.snipsnap   
com.atlassian.confluence.labels   
com.atlassian.confluence.mail.actions   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.spaces   
 

Uses of ConfluenceIndexer in com.atlassian.confluence.core
 

Fields in com.atlassian.confluence.core declared as ConfluenceIndexer
protected  ConfluenceIndexer DefaultContentEntityManager.indexer
           
 

Methods in com.atlassian.confluence.core with parameters of type ConfluenceIndexer
 void DefaultContentEntityManager.setIndexer(ConfluenceIndexer indexer)
           
 void DefaultContentPermissionManager.setIndexer(ConfluenceIndexer indexer)
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.importexport.impl.snipsnap
 

Fields in com.atlassian.confluence.importexport.impl.snipsnap declared as ConfluenceIndexer
protected  ConfluenceIndexer SnipSnapImporter.indexer
           
 

Methods in com.atlassian.confluence.importexport.impl.snipsnap with parameters of type ConfluenceIndexer
 void SnipSnapImporter.setIndexer(ConfluenceIndexer indexer)
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.labels
 

Methods in com.atlassian.confluence.labels with parameters of type ConfluenceIndexer
 void DefaultLabelManager.setIndexer(ConfluenceIndexer indexer)
          Required resource.
 

Uses of ConfluenceIndexer in com.atlassian.confluence.mail.actions
 

Methods in com.atlassian.confluence.mail.actions that return ConfluenceIndexer
 ConfluenceIndexer RemoveMailAction.getIndexer()
           
 

Methods in com.atlassian.confluence.mail.actions with parameters of type ConfluenceIndexer
 void RemoveMailAction.setIndexer(ConfluenceIndexer indexer)
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages with parameters of type ConfluenceIndexer
 void DefaultPageManager.setIndexer(ConfluenceIndexer indexer)
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return ConfluenceIndexer
 ConfluenceIndexer RemovePageAction.getIndexer()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type ConfluenceIndexer
 void EditPageAction.setIndexer(ConfluenceIndexer indexer)
           
 void RemovePageAction.setIndexer(ConfluenceIndexer indexer)
           
 void RestoreTrashItemAction.setIndexer(ConfluenceIndexer indexer)
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ConfluenceIndexer
 void HibernateAttachmentDaoFactoryBean.setIndexer(ConfluenceIndexer indexer)
           
 

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

Classes in com.atlassian.confluence.search.lucene that implement ConfluenceIndexer
 class QueuingConfluenceIndexer
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces with parameters of type ConfluenceIndexer
 void DefaultSpaceManager.setIndexer(ConfluenceIndexer indexer)
           
 



Confluence is developed by Atlassian.