Uses of Class
com.logicaldoc.core.document.DocumentNote
Packages that use DocumentNote
Package
Description
Automation subsystem that allows you to program your own logic inside the
 platform.
The automation engine can be accessed through the class
 
Please note the special annotation
The automation engine can be accessed through the class
Automation Please note the special annotation
AutomationDictionary that is used to
 automatically put in the Dictionary whatever bean you need.- 
Uses of DocumentNote in com.logicaldoc.core.automationMethods in com.logicaldoc.core.automation that return types with arguments of type DocumentNoteModifier and TypeMethodDescriptionLists the notes of a given document
- 
Uses of DocumentNote in com.logicaldoc.core.documentMethods in com.logicaldoc.core.document that return types with arguments of type DocumentNoteModifier and TypeMethodDescriptionDocumentNoteDAO.findByDocId(long docId, String fileVersion) This method finds the list of document notes regarding a document with the given IDHibernateDocumentNoteDAO.findByDocId(long docId, String fileVersion) 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 typeHibernateDocumentNoteDAO.findByDocIdAndType(long docId, String fileVersion, String type) 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 typesHibernateDocumentNoteDAO.findByDocIdAndTypes(long docId, String fileVersion, Collection<String> types) DocumentNoteDAO.findByUserId(long userId) This method finds the list of document notes regarding posted by a specific userHibernateDocumentNoteDAO.findByUserId(long userId) Methods in com.logicaldoc.core.document with parameters of type DocumentNoteModifier and TypeMethodDescriptionvoidDocumentNoteDAO.store(DocumentNote note, DocumentHistory transaction) Stores a note and saves the document's historyvoidHibernateDocumentNoteDAO.store(DocumentNote note) voidHibernateDocumentNoteDAO.store(DocumentNote note, DocumentHistory transaction) Constructors in com.logicaldoc.core.document with parameters of type DocumentNote
- 
Uses of DocumentNote in com.logicaldoc.webservice.modelMethods in com.logicaldoc.webservice.model that return DocumentNoteMethods in com.logicaldoc.webservice.model with parameters of type DocumentNote