Uses of Class
com.logicaldoc.core.document.DocumentLink
-
Packages that use DocumentLink Package Description com.logicaldoc.core.document.dao -
-
Uses of DocumentLink in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao that return DocumentLink Modifier and Type Method Description DocumentLink
DocumentLinkDAO. findByDocIdsAndType(long docId1, long docId2, String type)
Find a document link using its alternate keysDocumentLink
HibernateDocumentLinkDAO. findByDocIdsAndType(long docId1, long docId2, String type)
Methods in com.logicaldoc.core.document.dao that return types with arguments of type DocumentLink Modifier and Type Method Description List<DocumentLink>
DocumentLinkDAO. findByDocId(long docId)
This method finds the list of document link in which there is a document with the given IDList<DocumentLink>
DocumentLinkDAO. 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 IDList<DocumentLink>
HibernateDocumentLinkDAO. findByDocId(long docId)
List<DocumentLink>
HibernateDocumentLinkDAO. findByDocId(long docId, String type)
Methods in com.logicaldoc.core.document.dao with parameters of type DocumentLink Modifier and Type Method Description boolean
HibernateDocumentLinkDAO. store(DocumentLink entity)
-