de.elo.client.scripting.items
Interface NotesInterface

All Known Implementing Classes:
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

Since:
8.00.006

Method Summary
 boolean addNormalNote(java.lang.String noteContent)
          Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
 boolean addPersonalNote(java.lang.String noteContent)
          Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war
 boolean addStampNote(java.lang.String noteContent)
          Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
 boolean removeNote(de.elo.ix.client.Note note)
          Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.
 

Method Detail

addNormalNote

boolean addNormalNote(java.lang.String noteContent)
Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.

Parameters:
noteContent - Inhalt der Randnotiz
Returns:
boolean Hinzufügen erfolgreich

addPersonalNote

boolean addPersonalNote(java.lang.String noteContent)
Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war

Parameters:
noteContent - Inhalt der Randnotiz
Returns:
boolean Hinzufügen erfolgreich

addStampNote

boolean addStampNote(java.lang.String noteContent)
Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.

Parameters:
noteContent - Inhalt der Randnotiz
Returns:
boolean Hinzufügen erfolgreich

removeNote

boolean removeNote(de.elo.ix.client.Note note)
Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.

Parameters:
note - Zu löschende Randnotiz
Returns:
boolean Entfernen erfolgreich