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

    Modifier and Type
    Method
    Description
    Returns the user who is the owner of this object.
  • Method Details

    • getOwner

      User getOwner()
      Returns the user who is the owner of this object.