Uses of Interface
com.atlassian.confluence.retention.SpaceRetentionPolicyService
-
Packages that use SpaceRetentionPolicyService Package Description com.atlassian.confluence.api.impl.service.content.factory com.atlassian.confluence.impl.retention.service -
-
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.
-