Uses of Class
com.logicaldoc.core.document.DocumentLink
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 DocumentLink in com.logicaldoc.core.automation
Modifier and TypeMethodDescriptionLinks two documents -
Uses of DocumentLink in com.logicaldoc.core.document
Modifier and TypeMethodDescriptionDocumentLinkDAO.findByDocIdsAndType
(long docId1, long docId2, String type) Find a document link using its alternate keysHibernateDocumentLinkDAO.findByDocIdsAndType
(long docId1, long docId2, String type) Modifier and TypeMethodDescriptionDocumentLinkDAO.findByDocId
(long docId) This method finds the list of document link in which there is a document with the given IDDocumentLinkDAO.findByDocId
(long docId, String type) This method finds the list of document link, filtered by the given link type, in which there is a document with the given IDHibernateDocumentLinkDAO.findByDocId
(long docId) HibernateDocumentLinkDAO.findByDocId
(long docId, String type)