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 DocumentLinkDocumentLinkDAO. findByDocIdsAndType(long docId1, long docId2, String type)Find a document link using its alternate keysDocumentLinkHibernateDocumentLinkDAO. 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 voidHibernateDocumentLinkDAO. store(DocumentLink entity)
-