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, ContentEntityObjectDaoInternal contentEntityObjectDao, 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, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, NotificationManager notificationManager, Function<PageManagerInternal, BulkPageCopy> bulkPageCopyFactory, Function<PageManagerInternal, BulkPageDelete> bulkPageDeleteFactory, User2ContentHibernateRelationDao user2ContentHibernateRelationDao) -
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, SynchronizationManagerInternal synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) ReconcileReferringContentTask
(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) -
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, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager)