public interface TestCaseDeletionDao extends DeletionDao
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
findRemainingTestCaseIds(List<Long> originalIds)
Given a list of ids, retain only the ids of test cases that were not deleted
|
List<Long> |
findTestCaseAttachmentListIds(List<Long> testCaseIds) |
List<Long> |
findTestCaseFolderAttachmentListIds(List<Long> folderIds) |
List<Long> |
findTestCasesWhichMilestonesForbidsDeletion(List<Long> originalId)
Given their ids, return the ids of test cases one cannot remove
due to restrictions on the status of their milestones
|
List<Long> |
findTestStepAttachmentListIds(List<Long> testStepIds) |
List<Long> |
findTestSteps(List<Long> testCaseIds) |
void |
removeAllSteps(List<Long> testStepIds) |
void |
removeCampaignTestPlanInboundReferences(List<Long> testCaseIds) |
void |
removeFromVerifyingTestCaseLists(List<Long> testCaseIds) |
void |
removeFromVerifyingTestStepsList(List<Long> testStepIds) |
void |
removeOrSetIterationTestPlanInboundReferencesToNull(List<Long> testCaseIds) |
List<Long>[] |
separateFolderFromTestCaseIds(List<Long> originalIds)
Given a list of TestCaseLibraryNode ids, will tell which ones are folder ids and which ones are campaigns.
|
void |
setExecStepInboundReferencesToNull(List<Long> testStepIds) |
void |
setExecutionInboundReferencesToNull(List<Long> testCaseIds) |
void |
unbindFromMilestone(List<Long> testCaseIds,
Long milestoneId) |
flush, removeAttachmentList, removeAttachmentsLists, removeEntities, removeEntity, removeEntityNQList<Long> findTestCaseFolderAttachmentListIds(List<Long> folderIds)
void removeCampaignTestPlanInboundReferences(List<Long> testCaseIds)
void removeOrSetIterationTestPlanInboundReferencesToNull(List<Long> testCaseIds)
void setExecutionInboundReferencesToNull(List<Long> testCaseIds)
void removeFromVerifyingTestStepsList(List<Long> testStepIds)
testStepIds - List<Long>[] separateFolderFromTestCaseIds(List<Long> originalIds)
originalIds - the requirement library node ids we want to sort out.List<Long> findRemainingTestCaseIds(List<Long> originalIds)
originalIds - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.