Uses of Interface
com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
Packages that use ContentReconciliationManager
Package
Description
-
Uses of ContentReconciliationManager in com.atlassian.confluence.content.service.experimental
Constructors in com.atlassian.confluence.content.service.experimental with parameters of type ContentReconciliationManagerModifierConstructorDescriptionDefaultPageUpdateService
(PageManagerInternal pageManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentReconciliationManager contentReconciliationManager) -
Uses of ContentReconciliationManager in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type ContentReconciliationManagerModifierConstructorDescriptionDefaultPageManager
(PageDaoInternal pageDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory) Deprecated.since 7.19.6DefaultPageManager
(PageDaoInternal pageDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, ContentPropertyService contentPropertyService) -
Uses of ContentReconciliationManager in com.atlassian.confluence.internal.content.collab
Classes in com.atlassian.confluence.internal.content.collab that implement ContentReconciliationManagerModifier and TypeClassDescriptionclass
Responsible for triggering and managing content reconciliation for different save operations.Constructors in com.atlassian.confluence.internal.content.collab with parameters of type ContentReconciliationManagerModifierConstructorDescriptionAttachmentRelatedContentReconciliationListener
(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManager synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao) ReconcileReferringContentTask
(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager) -
Uses of ContentReconciliationManager in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type ContentReconciliationManagerModifierConstructorDescriptionDefaultAttachmentManager
(AttachmentDaoInternal attachmentDao, ContentEntityObjectDaoInternal<?> contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserPreferencesAccessor userPreferencesAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager)