Schnittstelle NotesInterface

Alle bekannten Implementierungsklassen:
ArchiveDocument, CheckoutDocument

public interface NotesInterface

Überschrift: NotesInterface.

Beschreibung: Interface-Klasse mit Methoden für das Hinzufügen und Entfernen von Randnotizen.

Copyright: Copyright (c) ELO Digital Office GmbH 2011-2014

Seit:
8.00.006
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    addNormalNote(String noteContent)
    Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
    boolean
    addPersonalNote(String noteContent)
    Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war
    boolean
    addStampNote(String noteContent)
    Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
    boolean
    removeNote(Note note)
    Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.
  • Methodendetails

    • addNormalNote

      boolean addNormalNote(String noteContent)
      Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
      Parameter:
      noteContent - Inhalt der Randnotiz
      Gibt zurück:
      boolean Hinzufügen erfolgreich
    • addPersonalNote

      boolean addPersonalNote(String noteContent)
      Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war
      Parameter:
      noteContent - Inhalt der Randnotiz
      Gibt zurück:
      boolean Hinzufügen erfolgreich
    • addStampNote

      boolean addStampNote(String noteContent)
      Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
      Parameter:
      noteContent - Inhalt der Randnotiz
      Gibt zurück:
      boolean Hinzufügen erfolgreich
    • removeNote

      boolean removeNote(Note note)
      Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.
      Parameter:
      note - Zu löschende Randnotiz
      Gibt zurück:
      boolean Entfernen erfolgreich