Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocumentNote
-
Packages that use GUIDocumentNote Package Description com.logicaldoc.gui.frontend.client.document.note com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service -
-
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.document.note
Methods in com.logicaldoc.gui.frontend.client.document.note with parameters of type GUIDocumentNote Modifier and Type Method Description void
AnnotationsWindow. deleteNote(GUIDocumentNote note)
Constructors in com.logicaldoc.gui.frontend.client.document.note with parameters of type GUIDocumentNote Constructor Description AnnotationCanvas(GUIDocumentNote note, AnnotationsWindow annotationsWindow, boolean writeAllowed)
AnnotationEditor(GUIDocumentNote note, boolean writeAllowed)
-
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIDocumentNote Modifier and Type Method Description GUIDocumentNote[]
DocumentService. getNotes(long docId, String fileVersion)
Retrieves the notes of a documentMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDocumentNote Modifier and Type Method Description void
DocumentService. saveNotes(long docId, GUIDocumentNote[] notes)
Saves a set of notesvoid
DocumentServiceAsync. saveNotes(long docId, GUIDocumentNote[] notes, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Uses of GUIDocumentNote in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIDocumentNote Modifier and Type Method Description GUIDocumentNote[]
DocumentServiceImpl. getNotes(long docId, String fileVersion)
Methods in com.logicaldoc.web.service with parameters of type GUIDocumentNote Modifier and Type Method Description void
DocumentServiceImpl. saveNotes(long docId, GUIDocumentNote[] notes)
-