Interface RetentionPolicyPermissionService

All Known Implementing Classes:
DefaultRetentionPolicyPermissionService

public interface RetentionPolicyPermissionService
Since:
7.15
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A method that returns whether the current user is permitted to make change to a given space's retention policy
  • Method Details

    • 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:
      NotFoundException
      PermissionException