Uses of Interface
com.atlassian.confluence.dmz.pages.TrashManagerInternal
Packages that use TrashManagerInternal
Package
Description
-
Uses of TrashManagerInternal in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Constructors in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with parameters of type TrashManagerInternalModifierConstructorDescriptionPostImportTaskRunner
(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJobPersister reIndexJobPersister, TrashManagerInternal trashManagerInternal, KeyPairInitialiser keyPairInitialiser, PostSiteImportUpgrader postSiteImportUpgrader, SpaceDaoInternal spaceDaoInternal, LabelUniqueIndexHelper labelUniqueIndexHelper) -
Uses of TrashManagerInternal in com.atlassian.confluence.impl.retention.fast
Constructors in com.atlassian.confluence.impl.retention.fast with parameters of type TrashManagerInternalModifierConstructorDescriptionFastTrashRemovalManager
(GlobalRetentionPolicyManager globalRetentionPolicyManager, FastTrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher, FastContentRetentionDao contentRetentionDao, FastSpaceRetentionDao spaceRetentionDao, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, ClusterLockExecutionService clusterLockExecutionService) -
Uses of TrashManagerInternal in com.atlassian.confluence.impl.retention.manager
Fields in com.atlassian.confluence.impl.retention.manager declared as TrashManagerInternalModifier and TypeFieldDescriptionprotected final TrashManagerInternal
AbstractTrashRemovalManager.trashManagerInternal
Constructors in com.atlassian.confluence.impl.retention.manager with parameters of type TrashManagerInternalModifierConstructorDescriptionAbstractTrashRemovalManager
(GlobalRetentionPolicyManager globalRetentionPolicyManager, TrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher, ClusterLockExecutionService clusterLockExecutionService) DefaultTrashRemovalManager
(GlobalRetentionPolicyManager globalRetentionPolicyManager, TrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher, ClusterLockExecutionService clusterLockExecutionService) -
Uses of TrashManagerInternal in com.atlassian.confluence.impl.retention.rules
Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type TrashManagerInternalModifierConstructorDescriptionDefaultTrashRuleEvaluator
(SpaceRetentionPolicyManager spaceRetentionPolicyManager, TrashManagerInternal trashManagerInternal) -
Uses of TrashManagerInternal in com.atlassian.confluence.internal.importexport
Constructors in com.atlassian.confluence.internal.importexport with parameters of type TrashManagerInternal -
Uses of TrashManagerInternal in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement TrashManagerInternalModifier and TypeClassDescriptionclass
This class provides utility methods for operating on the Trash -
Uses of TrashManagerInternal in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type TrashManagerInternalModifierConstructorDescriptionMigrateTrashDateUpgradeTask
(TrashManagerInternal trashManagerInternal)