Interface RetentionPolicyPermissionService
-
- All Known Implementing Classes:
DefaultRetentionPolicyPermissionService
public interface RetentionPolicyPermissionService- Since:
- 7.15
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetUserRetentionPolicyPermissionForSpace(String spaceKey)A method that returns whether the current user is permitted to make change to a given space's retention policy
-
-
-
Method Detail
-
getUserRetentionPolicyPermissionForSpace
boolean getUserRetentionPolicyPermissionForSpace(String spaceKey)
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:
NotFoundExceptionPermissionException
-
-