| 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.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,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory 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,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager) |
DefaultContentPermissionManager(ContentPermissionDao contentPermissionDao,
ChangeIndexer changeIndexer,
PageDao pageDao,
com.atlassian.event.EventManager eventManager,
InheritedContentPermissionManager inheritedContentPermissionManager,
ConfluenceIndexer indexer,
ContentPermissionSetDao contentPermissionSetDao,
AttachmentManager attachmentManager,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingConfluenceIndexer |
class |
TrackingConfluenceIndexer |
| Constructor and Description |
|---|
TrackingConfluenceIndexer(IndexRequestTracker tracker,
ConfluenceIndexer delegate) |
| 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).
|
| 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) |
DefaultCommentManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
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,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
BlogPostDao blogPostDao,
AbstractPageDao abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
ChangeIndexer changeIndexer,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
SharedDraftsDarkFeatureHelper sharedDraftsDarkFeatureHelper,
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,
EventMarshallingRegistry eventMarshallingRegistry,
UserAccessor userAccessor) |
| 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,
HibernateSessionManager hibernateSessionManager,
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) |
| Constructor and Description |
|---|
AttachmentToCeoConversionUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
int preUpgradeBuildNumber,
DdlExecutor ddlExecutor,
ConfluenceIndexer confluenceIndexer,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
AttachmentManager attachmentManager,
SynchronizationManager synchronizationManager,
HierarchicalMultiStreamAttachmentDataFileSystem attachmentFileSystem) |
AttachmentToContentMigrator(net.sf.hibernate.Session session,
com.atlassian.hibernate.extras.ResettableTableHiLoGenerator 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,
HibernateSessionManager hibernateSessionManager,
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,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
RelationManager relationManager)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.