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 annotationAutomationDictionarythat 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 note regarding a document with the given IDList<DocumentNote>HibernateDocumentNoteDAO. findByDocId(long docId, String fileVersion)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 booleanDocumentNoteDAO. store(DocumentNote note, DocumentHistory transaction)booleanHibernateDocumentNoteDAO. 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 DocumentNoteWSNote. toDocumentNote()Methods in com.logicaldoc.webservice.model with parameters of type DocumentNote Modifier and Type Method Description static WSNoteWSNote. fromDocumentNote(DocumentNote note)
-