Uses of Interface
com.atlassian.confluence.search.ConfluenceIndexer
-
-
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 Constructor Description 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
Methods in com.atlassian.confluence.core with parameters of type ConfluenceIndexer Modifier and Type Method Description void
DefaultContentPermissionManager. setIndexer(ConfluenceIndexer indexer)
Deprecated.since 7.5 indexing performed via events -
Uses of ConfluenceIndexer in com.atlassian.confluence.impl.retention.listener
Constructors in com.atlassian.confluence.impl.retention.listener with parameters of type ConfluenceIndexer Constructor Description SpaceRetentionPolicyIndexingListener(com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceIndexer confluenceIndexer)
-
Uses of ConfluenceIndexer in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type ConfluenceIndexer Modifier and Type Method Description void
IndexerEventListener.VisitorEvent. visit(ConfluenceIndexer indexer, ChangeIndexer changeIndexer)
Method parameters in com.atlassian.confluence.impl.search with type arguments of type ConfluenceIndexer Modifier and Type Method Description void
IndexerEventPublisher. publishCallbackEvent(BiConsumer<ConfluenceIndexer,ChangeIndexer> indexersTask)
Publishes an event which will received byIndexerEventListener
, which in turn will invoke the supplied callback with theConfluenceIndexer
and theChangeIndexer
.void
IndexerEventPublisher. publishCallbackEvent(Consumer<ConfluenceIndexer> indexerTask)
Publishes an event which will received byIndexerEventListener
, which in turn will invoke the supplied callback with theConfluenceIndexer
. -
Uses of ConfluenceIndexer in com.atlassian.confluence.internal.search
Classes in com.atlassian.confluence.internal.search that implement ConfluenceIndexer Modifier and Type Class Description class
QueuingConfluenceIndexer
Methods in com.atlassian.confluence.internal.search that return ConfluenceIndexer Modifier and Type Method Description ConfluenceIndexer
QueuingConfluenceIndexer. synchronous()
Method parameters in com.atlassian.confluence.internal.search with type arguments of type ConfluenceIndexer Modifier and Type Method Description void
QueuingConfluenceIndexer. setAsyncIndexer(Supplier<ConfluenceIndexer> asyncIndexer)
void
QueuingConfluenceIndexer. setSyncIndexer(Supplier<ConfluenceIndexer> syncIndexer)
-
Uses of ConfluenceIndexer in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with parameters of type ConfluenceIndexer Modifier and Type Method Description void
DefaultLabelManager. setIndexer(ConfluenceIndexer indexer)
Deprecated.since 7.5 indexing performed via events -
Uses of ConfluenceIndexer in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConfluenceIndexer Modifier and Type Method Description ConfluenceIndexer
RemovePageAction. getIndexer()
Methods in com.atlassian.confluence.pages.actions with parameters of type ConfluenceIndexer Modifier and Type Method Description void
RemovePageAction. setIndexer(ConfluenceIndexer indexer)
void
RestoreTrashItemAction. setIndexer(ConfluenceIndexer indexer)
-
Uses of ConfluenceIndexer in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type ConfluenceIndexer Constructor Description ContentPropertyServiceImpl(CustomContentManager customContentManager, JsonPropertyFactory jsonPropertyFactory, StorageJsonPropertyManager storageContentPropertyManager, ContentPropertyFinderFactory contentPropertyFinderFactory, ContentPropertyService.Validator validator, ConfluenceIndexer confluenceIndexer)
-
Uses of ConfluenceIndexer in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ConfluenceIndexer Modifier and Type Method Description default ConfluenceIndexer
ConfluenceIndexer. synchronous()
Return synchronous indexer that will perform index in the caller thread. -
Uses of ConfluenceIndexer in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type ConfluenceIndexer Modifier and Type Method Description void
DefaultSpaceManager. setIndexer(ConfluenceIndexer indexer)
Deprecated.since 7.5 indexing now peformed via events -
Uses of ConfluenceIndexer in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type ConfluenceIndexer Constructor Description UserMentionsContentReindexer(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager)
-
Uses of ConfluenceIndexer in com.atlassian.confluence.user.crowd
Constructors in com.atlassian.confluence.user.crowd with parameters of type ConfluenceIndexer Constructor Description UserIndexingListener(PersonalInformationManager personalInformationManager, UserIndexingManagerInternal userIndexingManager, ConfluenceIndexer indexer)
-