| Package | Description |
|---|---|
| com.atlassian.confluence.content | |
| com.atlassian.confluence.core | |
| 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.internal.permissions | |
| com.atlassian.confluence.labels | |
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.pages.actions | |
| com.atlassian.confluence.pages.persistence.dao.hibernate | |
| com.atlassian.confluence.plugins.contentproperty | |
| com.atlassian.confluence.search.lucene | |
| com.atlassian.confluence.spaces | |
| com.atlassian.confluence.upgrade.upgradetask.attachmentceo | |
| com.atlassian.confluence.user | |
| com.atlassian.confluence.user.crowd | |
| com.atlassian.confluence.userstatus |
| 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 |
|---|---|
protected ConfluenceIndexer |
DefaultContentEntityManager.getIndexer() |
| Constructor and Description |
|---|
DefaultContentEntityManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingConfluenceIndexer |
| Constructor and Description |
|---|
DelegatingConfluenceIndexer(ESFeatureManager esFeatureManager,
com.google.common.base.Supplier<ConfluenceIndexer> journalConfluenceIndexer,
com.google.common.base.Supplier<ConfluenceIndexer> amqConfluenceIndexer) |
DelegatingConfluenceIndexer(ESFeatureManager esFeatureManager,
com.google.common.base.Supplier<ConfluenceIndexer> journalConfluenceIndexer,
com.google.common.base.Supplier<ConfluenceIndexer> amqConfluenceIndexer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqConfluenceIndexer
Performs index operations asynchronously by producing a message to a queue via the atlassian-messagequeue client library (AMQ).
|
| Constructor and Description |
|---|
ContentPermissionReindexListener(ConfluenceIndexer indexer,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLabelManager.setIndexer(ConfluenceIndexer indexer) |
| 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) |
DefaultCommentManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
CommentDao commentDao,
RelationManager relationManager,
com.atlassian.vcache.VCacheFactory cacheFactory) |
DefaultPageManager(PageDao pageDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
BlogPostDao blogPostDao,
AbstractPageDao abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
PermissionManager permissionManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
SynchronizationManager synchronizationManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
com.google.common.base.Supplier<com.atlassian.sal.api.features.DarkFeatureManager> darkFeatureManagerRef,
PermissionCheckExemptions permissionCheckExemptions,
HibernateSessionHelper hibernateSessionHelper,
net.sf.hibernate.SessionFactory sessionFactory,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
ContentPropertyService contentPropertyService) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceIndexer |
RemovePageAction.getIndexer() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreTrashItemAction.setIndexer(ConfluenceIndexer indexer) |
void |
RemovePageAction.setIndexer(ConfluenceIndexer indexer) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateAttachmentDaoFactoryBean.setIndexer(ConfluenceIndexer indexer) |
| Constructor and Description |
|---|
ContentPropertyServiceImpl(CustomContentManager customContentManager,
JsonPropertyFactory jsonPropertyFactory,
StorageJsonPropertyManager storageContentPropertyManager,
ContentPropertyFinderFactory contentPropertyFinderFactory,
ContentPropertyService.Validator validator,
ConfluenceIndexer confluenceIndexer) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueuingConfluenceIndexer |
| Constructor and Description |
|---|
DefaultSpaceDescriptionManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager) |
DefaultSpaceManager(SpaceDescriptionManager spaceDescriptionManager,
SpacePermissionManagerInternal spacePermissionManager,
SpacePermissionQueryManager spacePermissionQueryManager,
AttachmentManager attachmentManager,
SpaceDao spaceDao,
SettingsManager settingsManager,
UserAccessor userAccessor,
com.atlassian.user.GroupManager groupManager,
PermissionCheckExemptions permissionCheckExemptions,
ConfluenceIndexer indexer,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
LabelManager labelManager,
I18NBeanFactory i18NBeanFactory,
com.atlassian.vcache.VCacheFactory cacheFactory,
PermissionsAdministratorBuilder permissionsAdministratorBuilder,
SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter) |
| Constructor and Description |
|---|
AttachmentToCeoConversionUpgradeTask(org.hibernate.SessionFactory sessionFactory,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
int preUpgradeBuildNumber,
DdlExecutor ddlExecutor,
ConfluenceIndexer confluenceIndexer,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
AttachmentManager attachmentManager,
SynchronizationManager synchronizationManager,
HierarchicalMultiStreamAttachmentDataFileSystem attachmentFileSystem) |
AttachmentToContentMigrator(org.hibernate.Session session,
TenantedHiLoGenerator contentPropertyIdGenerator,
ConfluenceIndexer confluenceIndexer,
DdlExecutor ddlExecutor,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
Map<Long,Long> remappedAttachmentIds,
Set<Long> idsToReindex,
boolean minorEditExists,
boolean contentLabelAttIdExists) |
| Constructor and Description |
|---|
DefaultPersonalInformationManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
PersonalInformationDao personalInformationDao,
RelationManager relationManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserIndexingListener.setIndexer(ConfluenceIndexer indexer) |
| Constructor and Description |
|---|
DefaultUserStatusManager(UserStatusDao userStatusDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager)
Deprecated.
|
Copyright © 2003–2017 Atlassian. All rights reserved.