| Package | Description |
|---|---|
| com.atlassian.confluence.content | |
| com.atlassian.confluence.core.listeners | |
| com.atlassian.confluence.impl.index |
This package contains interfaces and classes to facilitate the implementation of a document extractor independent
from underlying search library and that can be incorporated into confluence.
|
| com.atlassian.confluence.impl.index.amq | |
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.search | |
| com.atlassian.confluence.search.listeners | |
| com.atlassian.confluence.search.lucene |
| Constructor and Description |
|---|
DefaultCustomContentManager(CustomContentDao customContentDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentModelFactory contentFactory,
ChangeIndexer changeIndexer,
ApiSupportProvider apiSupportProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
TitleChangeListener.setChangeIndexer(ChangeIndexer changeIndexer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingChangeIndexer |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqChangeIndexer
Performs index operations asynchronously by producing a message to a queue via the atlassian-messagequeue client library (AMQ).
|
| Constructor and Description |
|---|
DefaultAttachmentManager(AttachmentDao attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.EventManager eventManager,
ConfluenceIndexer indexer,
ChangeIndexer changeIndexer,
com.google.common.base.Supplier<UserAccessor> userAccessor,
NotificationManager notificationManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueuingChangeIndexer |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSpacesInChangeIndexListener.setChangeIndexer(ChangeIndexer changeIndexer) |
void |
UpdateLabelsInChangeIndexListener.setChangeIndexer(ChangeIndexer changeIndexer) |
| Constructor and Description |
|---|
QueuingConfluenceIndexer(IndexTaskQueue<ConfluenceIndexTask> taskQueue,
IndexTaskFactory indexTaskFactory,
ChangeIndexer changeIndexer) |
Copyright © 2003–2017 Atlassian. All rights reserved.