Uses of Interface
com.atlassian.confluence.impl.retention.VersionRemovalService
Packages that use VersionRemovalService
Package
Description
-
Uses of VersionRemovalService in com.atlassian.confluence.impl.retention
Classes in com.atlassian.confluence.impl.retention that implement VersionRemovalServiceModifier and TypeClassDescriptionclass
class
-
Uses of VersionRemovalService in com.atlassian.confluence.impl.retention.fast
Classes in com.atlassian.confluence.impl.retention.fast that implement VersionRemovalServiceModifier and TypeClassDescriptionclass
Fast version removal service for removing versions based on retention policies. -
Uses of VersionRemovalService in com.atlassian.confluence.impl.retention.schedule
Constructors in com.atlassian.confluence.impl.retention.schedule with parameters of type VersionRemovalServiceModifierConstructorDescriptionVersionHardRemovalScheduledJob
(VersionRemovalService versionRemovalService, GlobalRetentionPolicyManager globalRetentionPolicyManager, RetentionFeatureChecker retentionFeatureChecker, RetentionRulesChecker retentionRulesChecker, FastVersionRemovalService fastVersionRemovalService) VersionSoftRemovalScheduledJob
(VersionRemovalService versionRemovalService, GlobalRetentionPolicyManager globalRetentionPolicyManager, RetentionFeatureChecker retentionFeatureChecker, RetentionRulesChecker rulesChecker, FastVersionRemovalService fastVersionRemovalService)