Uses of Interface
com.atlassian.confluence.api.service.retention.RetentionFeatureChecker
Packages that use RetentionFeatureChecker
Package
Description
-
Uses of RetentionFeatureChecker in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionDefaultCommentManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, CommentDaoInternal commentDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultContentEntityManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultCustomContentManager
(CustomContentDao customContentDao, ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, ContentTypeManager contentTypeManager, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultPageManager
(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, ContentPropertyService contentPropertyService, NotificationManager notificationManager) DefaultPersonalInformationManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, PersonalInformationDao personalInformationDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) DefaultSpaceDescriptionManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) -
Uses of RetentionFeatureChecker in com.atlassian.confluence.impl.retention
Classes in com.atlassian.confluence.impl.retention that implement RetentionFeatureCheckerFields in com.atlassian.confluence.impl.retention declared as RetentionFeatureCheckerModifier and TypeFieldDescriptionprotected final RetentionFeatureChecker
AbstractVersionRemovalService.retentionFeatureChecker
Constructors in com.atlassian.confluence.impl.retention with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionprotected
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 RetentionFeatureChecker in com.atlassian.confluence.impl.retention.fast
Constructors in com.atlassian.confluence.impl.retention.fast with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionFastTrashRemovalManager
(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) FastVersionRemovalService
(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) -
Uses of RetentionFeatureChecker in com.atlassian.confluence.impl.retention.manager
Fields in com.atlassian.confluence.impl.retention.manager declared as RetentionFeatureCheckerModifier and TypeFieldDescriptionprotected final RetentionFeatureChecker
AbstractTrashRemovalManager.retentionFeatureChecker
Constructors in com.atlassian.confluence.impl.retention.manager with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionAbstractTrashRemovalManager
(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 RetentionFeatureChecker in com.atlassian.confluence.impl.retention.schedule
Constructors in com.atlassian.confluence.impl.retention.schedule with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionTrashHardRemovalScheduledJob
(RetentionFeatureChecker retentionFeatureChecker, RetentionRulesChecker retentionRulesChecker, TrashRemovalManager trashRemovalManager, FastTrashRemovalManager fastTrashRemovalManager) TrashSoftRemovalScheduledJob
(RetentionFeatureChecker retentionFeatureChecker, RetentionRulesChecker rulesChecker, TrashRemovalManager trashRemovalManager, FastTrashRemovalManager fastTrashRemovalManager) VersionHardRemovalScheduledJob
(VersionRemovalService versionRemovalService, GlobalRetentionPolicyManager globalRetentionPolicyManager, RetentionFeatureChecker retentionFeatureChecker, RetentionRulesChecker retentionRulesChecker, FastVersionRemovalService fastVersionRemovalService) VersionSoftRemovalScheduledJob
(VersionRemovalService versionRemovalService, GlobalRetentionPolicyManager globalRetentionPolicyManager, RetentionFeatureChecker retentionFeatureChecker, RetentionRulesChecker rulesChecker, FastVersionRemovalService fastVersionRemovalService) -
Uses of RetentionFeatureChecker in com.atlassian.confluence.impl.retention.service
Constructors in com.atlassian.confluence.impl.retention.service with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionDefaultGlobalRetentionPolicyService
(GlobalRetentionPolicyManager globalRetentionPolicyManager, RetentionPolicyPermissionManager retentionPolicyPermissionManager, RetentionFeatureChecker featureChecker) DefaultSpaceRetentionPolicyService
(SpaceRetentionPolicyManager spaceRetentionPolicyManager, SpaceManagerInternal spaceManagerInternal, RetentionPolicyPermissionManager retentionPolicyPermissionManager, RetentionFeatureChecker featureChecker) -
Uses of RetentionFeatureChecker in com.atlassian.confluence.internal.persistence.hibernate
Constructors in com.atlassian.confluence.internal.persistence.hibernate with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionContentEntityObjectHibernateDao
(RetentionFeatureChecker retentionFeatureChecker) -
Uses of RetentionFeatureChecker in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionDefaultAttachmentManager
(AttachmentDaoInternal attachmentDao, ContentEntityObjectDaoInternal contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserPreferencesAccessor userPreferencesAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager) -
Uses of RetentionFeatureChecker in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Constructors in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type RetentionFeatureCheckerModifierConstructorDescriptionSpacePropertyValidatorImpl
(SpaceManager spaceManager, PermissionManager permissionManager, SpacePropertyFinderFactory finderFactory, StorageJsonPropertyManager storageContentPropertyManager, RetentionFeatureChecker retentionFeatureChecker)