| Methods in com.jamasoftware.contour.dao that return types with arguments of type Document_Document |
java.util.List<Document_Document> |
RelationshipDao.getAllRelationshipsForDocuments(java.util.Collection<java.lang.Integer> ids)
|
java.util.List<Document_Document> |
RelationshipDao.getAllRelationshipsForProject(java.lang.Integer projectId)
|
java.util.List<Document_Document> |
DocumentDao.getDocumentDocumentList(java.lang.Integer documentId)
|
java.util.List<Document_Document> |
RelationshipDao.getOutOfSyncRelationshipsForCopiesInProject(java.lang.Integer projectId)
|
java.util.List<Document_Document> |
RelationshipDao.getOutOfSyncRelationshipsForDocument(java.lang.Integer docId,
boolean isForward,
boolean onlyOutOfSync)
|
java.util.List<Document_Document> |
RelationshipDao.getOutOfSyncRelationshipsForDocument(java.lang.Integer docId,
boolean isForward,
java.lang.Integer itemSyncStatusId)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipList(Filter filter)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsBetweenDocuments(java.lang.Integer fromDocId,
java.lang.Integer toDocId)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocument(java.lang.Integer documentId,
boolean isForward)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocumentAndMultipleTypes(java.lang.Integer documentParentId,
java.util.List<java.lang.Integer> typeIds,
boolean isForward)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocumentAndType(java.lang.Integer documentId,
java.lang.Integer relatedTypeId,
boolean isForward)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocumentByRelationshipType(java.lang.Integer docId,
java.lang.Integer relTypeId,
java.lang.Boolean isForward)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocuments(java.util.Collection<java.lang.Integer> ids,
boolean isForward)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocuments(java.util.Collection<java.lang.Integer> ids,
boolean isForward,
java.lang.Integer otherSideHavingDocumentTypeId)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocuments(java.lang.String condition,
boolean isForward)
|
java.util.List<Document_Document> |
RelationshipDao.getRelationshipsForDocumentTypeAndRelationshipType(java.lang.Integer docTypeId,
java.lang.Integer relTypeId)
|