Package com.groiss.org
Interface HasOwner
- All Known Subinterfaces:
DMSDocForm
,DMSFolder
,DMSFolderForm
,DMSForm
,DMSLink
,DMSNote
,DMSObject
,DMSWebLink
public interface HasOwner
This is an interface for all objects having an owner. It is used by the permission control system
to facilitate the declaration of the permissions a user has on an object owned by him.
When permissions for such objects are checked the role
OrgData.Roles.OWNER
is dynamically assigned
to the owner, that is the owner gets all permissions assigned to that role for those objects.-
Method Summary
-
Method Details
-
getOwner
User getOwner()Returns the user who is the owner of this object.
-