Uses of Interface
com.atlassian.bonnie.Indexer
-
Packages that use Indexer Package Description com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.impl.search com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.internal.search com.atlassian.confluence.search com.atlassian.confluence.spaces.listeners -
-
Uses of Indexer in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type Indexer Modifier and Type Method Description void
HibernateObjectDao. setIndexer(Indexer indexer)
Deprecated.since 7.5. -
Uses of Indexer in com.atlassian.confluence.impl.search
Classes in com.atlassian.confluence.impl.search that implement Indexer Modifier and Type Class Description class
QueuingChangeIndexer
-
Uses of Indexer in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type Indexer Modifier and Type Method Description void
FileBackupImporter. setIndexer(Indexer indexer)
Deprecated.since 7.5 unused -
Uses of Indexer in com.atlassian.confluence.internal.search
Classes in com.atlassian.confluence.internal.search that implement Indexer Modifier and Type Class Description class
QueuingConfluenceIndexer
-
Uses of Indexer in com.atlassian.confluence.search
Subinterfaces of Indexer in com.atlassian.confluence.search Modifier and Type Interface Description interface
ChangeIndexer
Indexer for changes.interface
ConfluenceIndexer
-
Uses of Indexer in com.atlassian.confluence.spaces.listeners
Constructors in com.atlassian.confluence.spaces.listeners with parameters of type Indexer Constructor Description RemovePersonalSpaceListener(PersonalInformationManager personalInformationManager, Indexer indexer, I18NBeanFactory i18NBeanFactory)
-