Uses of Class
com.logicaldoc.core.document.DocumentLink
Packages that use 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
Methods in com.logicaldoc.core.automation that return DocumentLinkModifier and TypeMethodDescriptionLinks two documents -
Uses of DocumentLink in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return DocumentLinkModifier and TypeMethodDescriptionDocumentLinkDAO.findByDocIdsAndType
(long docId1, long docId2, String type) Find a document link using its alternate keysHibernateDocumentLinkDAO.findByDocIdsAndType
(long docId1, long docId2, String type) Methods in com.logicaldoc.core.document that return types with arguments of type DocumentLinkModifier 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) Methods in com.logicaldoc.core.document with parameters of type DocumentLink