Interface RepositoryReadSecurityAware

All Superinterfaces:
DomainObjectSecurityAware
All Known Implementing Classes:
ViewLinkedRepository, ViewProjectRepository

public interface RepositoryReadSecurityAware extends DomainObjectSecurityAware
Marker interface for actions that require BambooPermission.READ permission for a repository. DomainObjectSecurityAware.getSecuredDomainObject() should return a representation of a repository (DB entity, partial data or full data).