Interface ViewPermission

All Superinterfaces:
Comparable<Permission>, Permission, ReadPermission
All Known Subinterfaces:
EditPermission
All Known Implementing Classes:
EditPermissionImpl, ViewPermissionImpl

public interface ViewPermission extends ReadPermission
View permission interface.

While ReadPermission allows the business logic on behalf of the current user to access the data, it does not mean that the user is allowed to view the data via the UI. This requires ViewPermission.

Author:
harald