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

Packages that use ConfluenceIndexer
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.core   
com.atlassian.confluence.labels   
com.atlassian.confluence.mail.archive.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   
com.atlassian.confluence.user.crowd   
 

Uses of ConfluenceIndexer in com.atlassian.confluence.content.render.xhtml.migration.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type ConfluenceIndexer
IndexingBatchTask(BatchTask<T> delegate, ConfluenceIndexer indexer)
           
MacroMigrationService(XhtmlWikiMarkupMacroMigrator migrator, SearchManager searchManager, ContentDao contentDao, LongRunningTaskManager longRunningTaskManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.bandana.BandanaManager bandanaManager, ConfluenceIndexer indexer)
           
 

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 DefaultContentPermissionManager.setIndexer(ConfluenceIndexer indexer)
           
 void DefaultContentEntityManager.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)
           
 

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

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

Methods in com.atlassian.confluence.mail.archive.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 RestoreTrashItemAction.setIndexer(ConfluenceIndexer indexer)
           
 void RemovePageAction.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)
           
 

Uses of ConfluenceIndexer in com.atlassian.confluence.user.crowd
 

Methods in com.atlassian.confluence.user.crowd with parameters of type ConfluenceIndexer
 void UserIndexingListener.setIndexer(ConfluenceIndexer indexer)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.