Uses of Interface
com.atlassian.confluence.internal.content.collab.ContentReconciliationManager
-
-
Uses of ContentReconciliationManager in com.atlassian.confluence.content.service.experimental
Constructors in com.atlassian.confluence.content.service.experimental with parameters of type ContentReconciliationManager Constructor Description DefaultPageUpdateService(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 ContentReconciliationManager Constructor Description DefaultPageManager(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) -
Uses of ContentReconciliationManager in com.atlassian.confluence.internal.content.collab
Classes in com.atlassian.confluence.internal.content.collab that implement ContentReconciliationManager Modifier and Type Class Description classDefaultContentReconciliationManagerResponsible for triggering and managing content reconciliation for different save operations.Constructors in com.atlassian.confluence.internal.content.collab with parameters of type ContentReconciliationManager Constructor Description AttachmentRelatedContentReconciliationListener(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManager synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao) -
Uses of ContentReconciliationManager in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type ContentReconciliationManager Constructor Description DefaultAttachmentManager(AttachmentDaoInternal attachmentDao, ContentEntityObjectDao contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserAccessor userAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager)Deprecated.since 7.16DefaultAttachmentManager(AttachmentDaoInternal attachmentDao, ContentEntityObjectDaoInternal<?> contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserPreferencesAccessor userPreferencesAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager)
-