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.automation
Methods 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.document
Constructors in com.logicaldoc.core.document with parameters of type DocumentNote -
Uses of DocumentNote in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao 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.dao with parameters of type DocumentNoteModifier and TypeMethodDescriptionvoid
DocumentNoteDAO.store
(DocumentNote note, DocumentHistory transaction) Stores a note and saves the document's historyvoid
HibernateDocumentNoteDAO.store
(DocumentNote note, DocumentHistory transaction) -
Uses of DocumentNote in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return DocumentNoteMethods in com.logicaldoc.webservice.model with parameters of type DocumentNote