Uses of Class
com.atlassian.confluence.impl.retention.VersionRemovalEventPublisher
Packages that use VersionRemovalEventPublisher
Package
Description
-
Uses of VersionRemovalEventPublisher in com.atlassian.confluence.impl.retention
Fields in com.atlassian.confluence.impl.retention declared as VersionRemovalEventPublisherModifier and TypeFieldDescriptionprotected final VersionRemovalEventPublisher
AbstractVersionRemovalService.versionRemovalEventPublisher
Constructors in com.atlassian.confluence.impl.retention with parameters of type VersionRemovalEventPublisherModifierConstructorDescriptionprotected
AbstractVersionRemovalService
(HistoricalVersionService historicalVersionService, SoftCleanupStatusService softCleanupStatusService, VersionRemovalEventPublisher versionRemovalEventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, SpaceRetentionPolicyManager spaceRetentionPolicyManager, ClusterLockExecutionService clusterLockExecutionService) DefaultVersionRemovalService
(HistoricalVersionService historicalVersionService, SoftCleanupStatusService softCleanupStatusService, VersionRemovalEventPublisher versionRemovalEventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, SpaceRetentionPolicyManager spaceRetentionPolicyManager, ClusterLockExecutionService clusterLockExecutionService) -
Uses of VersionRemovalEventPublisher in com.atlassian.confluence.impl.retention.fast
Constructors in com.atlassian.confluence.impl.retention.fast with parameters of type VersionRemovalEventPublisherModifierConstructorDescriptionFastVersionRemovalService
(HistoricalVersionService historicalVersionService, FastSoftCleanupStatusService softCleanupStatusService, VersionRemovalEventPublisher versionRemovalEventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, SpaceRetentionPolicyManager spaceRetentionPolicyManager, FastContentRetentionDao contentRetentionDao, FastSpaceRetentionDao spaceRetentionDao, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, ClusterLockExecutionService clusterLockExecutionService)