Interface DMSNote

All Superinterfaces:
DMSForm, DMSObject, HasLog, HasOwner, HasPermissionList, HasVersionId, KeyValuePair<String,String>, OptimisticLocking, Persistent, Serializable

public interface DMSNote extends DMSForm
The base interface for all notes in @enterprise DMS
  • Field Details

  • Method Details

    • getAttachedTo

      Persistent getAttachedTo()
      Returns the object to which this note is attached to or null if this note is not attached to any object.
    • getType

      DMSNote.Type getType()
      Returns if type of this note.
      Returns:
      the type
    • setType

      void setType(DMSNote.Type newType)
      Sets the type of this note.
      Parameters:
      newType - the new type