Uses of Interface
com.atlassian.confluence.retention.SpaceRetentionPolicyService
-
-
Uses of SpaceRetentionPolicyService in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type SpaceRetentionPolicyService Constructor Description SpaceFactory(SpaceLogoManager spaceLogoManager, SpaceManager spaceManager, com.google.common.base.Supplier<ContentFactory> contentFactorySupplier, SpaceMetadataFactory spaceMetadataFactory, PermissionManager permissionManager, SpaceRetentionPolicyService spaceRetentionPolicyService)
-
Uses of SpaceRetentionPolicyService in com.atlassian.confluence.impl.retention.service
Classes in com.atlassian.confluence.impl.retention.service that implement SpaceRetentionPolicyService Modifier and Type Class Description class
DefaultSpaceRetentionPolicyService
Default service for interacting with the SpaceRetentionPolicy settings. -
Uses of SpaceRetentionPolicyService in com.atlassian.confluence.plugins.retentionrules.rest
Constructors in com.atlassian.confluence.plugins.retentionrules.rest with parameters of type SpaceRetentionPolicyService Constructor Description SpaceRetentionPolicyResource(SpaceRetentionPolicyService spaceRetentionPolicyService, RetentionFeatureChecker featureChecker, SearchService searchService)
-