Uses of Class
com.logicaldoc.core.document.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
Modifier and TypeMethodDescriptionLists the notes of a given document -
Uses of DocumentNote in com.logicaldoc.core.document
Modifier 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) Modifier and TypeMethodDescriptionvoid
DocumentNoteDAO.store
(DocumentNote note, DocumentHistory transaction) Stores a note and saves the document's historyvoid
HibernateDocumentNoteDAO.store
(DocumentNote note) void
HibernateDocumentNoteDAO.store
(DocumentNote note, DocumentHistory transaction) -
Uses of DocumentNote in com.logicaldoc.webservice.model