Package de.elo.client.scripting.items
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 TypMethodeBeschreibungbooleanaddNormalNote(String noteContent) Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.booleanaddPersonalNote(String noteContent) Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich warbooleanaddStampNote(String noteContent) Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.booleanremoveNote(Note note) Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.
-
Methodendetails
-
addNormalNote
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
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
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
-