public interface ExecutionStepDao extends EntityDao<org.squashtest.tm.domain.execution.ExecutionStep>
| Modifier and Type | Method and Description |
|---|---|
int |
findExecutionStepRank(Long executionStepId) |
org.squashtest.tm.domain.execution.Execution |
findParentExecution(Long executionStepId) |
org.apache.commons.collections.MultiMap |
findStepExecutionsStatus(List<Long> testCaseIds,
List<Long> testStepIds)
Look for
ExecutionStep, to allow statistics computation. |
findAll, findAllByIds, findByIdint findExecutionStepRank(Long executionStepId)
org.squashtest.tm.domain.execution.Execution findParentExecution(Long executionStepId)
org.apache.commons.collections.MultiMap findStepExecutionsStatus(List<Long> testCaseIds, List<Long> testStepIds)
ExecutionStep, to allow statistics computation. Return a MultiMap. Key : testStepIds, Value ExecutionSteptestStepIds - iterationIds - The perimeter in sense of feat 5434iterationsIds - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.