Uses of Interface
com.atlassian.confluence.impl.retention.HistoricalVersionService
Packages that use HistoricalVersionService
Package
Description
-
Uses of HistoricalVersionService in com.atlassian.confluence.impl.retention
Classes in com.atlassian.confluence.impl.retention that implement HistoricalVersionServiceModifier and TypeClassDescriptionclassProvides methods for finding and deleting Confluence Historical ContentFields in com.atlassian.confluence.impl.retention declared as HistoricalVersionServiceModifier and TypeFieldDescriptionprotected final HistoricalVersionServiceAbstractVersionRemovalService.historicalVersionServiceConstructors in com.atlassian.confluence.impl.retention with parameters of type HistoricalVersionServiceModifierConstructorDescriptionprotectedAbstractVersionRemovalService(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 HistoricalVersionService in com.atlassian.confluence.impl.retention.fast
Constructors in com.atlassian.confluence.impl.retention.fast with parameters of type HistoricalVersionServiceModifierConstructorDescriptionFastVersionRemovalService(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)