Package | Description |
---|---|
com.logicaldoc.core.document.dao |
Modifier and Type | Method and Description |
---|---|
DocumentLink |
HibernateDocumentLinkDAO.findByDocIdsAndType(long docId1,
long docId2,
String type) |
DocumentLink |
DocumentLinkDAO.findByDocIdsAndType(long docId1,
long docId2,
String type)
Find a document link using its alternate keys.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentLink> |
HibernateDocumentLinkDAO.findByDocId(long docId) |
List<DocumentLink> |
DocumentLinkDAO.findByDocId(long docId)
This method finds the list of document link in which there is a document
with the given ID.
|
List<DocumentLink> |
HibernateDocumentLinkDAO.findByDocId(long docId,
String type) |
List<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 ID.
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.