Uses of Interface
com.atlassian.confluence.impl.retention.SpacePropertyServiceProvider
-
Packages that use SpacePropertyServiceProvider Package Description com.atlassian.confluence.impl.retention com.atlassian.confluence.impl.retention.manager -
-
Uses of SpacePropertyServiceProvider in com.atlassian.confluence.impl.retention
Classes in com.atlassian.confluence.impl.retention that implement SpacePropertyServiceProvider Modifier and Type Class Description class
DefaultSpacePropertyServiceProvider
Default Space Property Provider which allows interaction with OSGI Exported SpacePropertyServiceProvider -
Uses of SpacePropertyServiceProvider in com.atlassian.confluence.impl.retention.manager
Constructors in com.atlassian.confluence.impl.retention.manager with parameters of type SpacePropertyServiceProvider Constructor Description DefaultSpaceRetentionPolicyManager(SpaceManagerInternal spaceManager, SpacePropertyServiceProvider spacePropertyServiceProvider, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
DefaultSpaceRetentionPolicyManager(SpaceManagerInternal spaceManager, SpacePropertyServiceProvider spacePropertyServiceProvider, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher, org.codehaus.jackson.map.ObjectMapper objectMapper)
-