Uses of Interface
com.atlassian.confluence.internal.pages.TrashManagerInternal
-
-
Uses of TrashManagerInternal in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Constructors in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with parameters of type TrashManagerInternal Constructor Description PostImportTaskRunner(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJobPersister reIndexJobPersister, TrashManagerInternal trashManagerInternal, KeyPairInitialiser keyPairInitialiser, PostSiteImportUpgrader postSiteImportUpgrader, SpaceDaoInternal spaceDaoInternal)
-
Uses of TrashManagerInternal in com.atlassian.confluence.impl.retention.manager
Constructors in com.atlassian.confluence.impl.retention.manager with parameters of type TrashManagerInternal Constructor Description DefaultTrashRemovalManager(GlobalRetentionPolicyManager globalRetentionPolicyManager, TrashCleanupJobStatusManager jobStatusManager, TrashManagerInternal trashManagerInternal, org.springframework.transaction.PlatformTransactionManager transactionManager, RetentionFeatureChecker retentionFeatureChecker, TrashRuleEvaluator trashRuleEvaluator, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of TrashManagerInternal in com.atlassian.confluence.impl.retention.rules
Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type TrashManagerInternal Constructor Description DefaultTrashRuleEvaluator(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 Constructor Description TrashDatePostImportTask(TrashManagerInternal trashManagerInternal)
-
Uses of TrashManagerInternal in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement TrashManagerInternal Modifier and Type Class Description class
DefaultTrashManager
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 TrashManagerInternal Constructor Description MigrateTrashDateUpgradeTask(TrashManagerInternal trashManagerInternal)
-