Interface RetentionPolicyPermissionService
- All Known Implementing Classes:
DefaultRetentionPolicyPermissionService
public interface RetentionPolicyPermissionService
- Since:
- 7.15
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A method that returns whether the current user is permitted to make change to a given space's retention policy
-
Method Details
-
getUserRetentionPolicyPermissionForSpace
A method that returns whether the current user is permitted to make change to a given space's retention policy- Parameters:
spaceKey
-- Returns:
- see above
- Throws:
NotFoundException
PermissionException
-