Interface RepositoryPermission


public interface RepositoryPermission
The RepositoryPermission allows to evaluate permissions that have been defined on the repository level and which consequently are not bound to a particular item.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    RepositoryPermission instance that always returns true.
    RepositoryPermission instance that always returns false.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isGranted(long repositoryPermissions)
    Returns true if the specified repository level permissions are granted; false otherwise.