Uses of Class
com.logicaldoc.core.document.DocumentNote
-
Packages that use DocumentNote Package Description com.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionary
that is used to automatically put in the Dictionary whatever bean you need.com.logicaldoc.core.document.dao com.logicaldoc.webservice.model -
-
Uses of DocumentNote in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return types with arguments of type DocumentNote Modifier and Type Method Description List<DocumentNote>
DocTool. getNotes(long docId, String fileVersion)
Lists the notes of a given document -
Uses of DocumentNote in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao that return types with arguments of type DocumentNote Modifier and Type Method Description List<DocumentNote>
DocumentNoteDAO. findByDocId(long docId, String fileVersion)
This method finds the list of document notes regarding a document with the given IDList<DocumentNote>
HibernateDocumentNoteDAO. findByDocId(long docId, String fileVersion)
List<DocumentNote>
DocumentNoteDAO. findByDocIdAndType(long docId, String fileVersion, String type)
This method finds the list of document notes regarding a document with the given ID and optionally filter on the typeList<DocumentNote>
HibernateDocumentNoteDAO. findByDocIdAndType(long docId, String fileVersion, String type)
List<DocumentNote>
DocumentNoteDAO. findByDocIdAndTypes(long docId, String fileVersion, Collection<String> types)
This method finds the list of document notes regarding a document with the given ID and optionally filter on a collection of typesList<DocumentNote>
HibernateDocumentNoteDAO. findByDocIdAndTypes(long docId, String fileVersion, Collection<String> types)
List<DocumentNote>
DocumentNoteDAO. findByUserId(long userId)
This method finds the list of document notes regarding posted by a specific userList<DocumentNote>
HibernateDocumentNoteDAO. findByUserId(long userId)
Methods in com.logicaldoc.core.document.dao with parameters of type DocumentNote Modifier and Type Method Description boolean
DocumentNoteDAO. store(DocumentNote note, DocumentHistory transaction)
boolean
HibernateDocumentNoteDAO. store(DocumentNote note, DocumentHistory transaction)
-
Uses of DocumentNote in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return DocumentNote Modifier and Type Method Description DocumentNote
WSNote. toDocumentNote()
Methods in com.logicaldoc.webservice.model with parameters of type DocumentNote Modifier and Type Method Description static WSNote
WSNote. fromDocumentNote(DocumentNote note)
-