@Transactional(readOnly=true)
public interface ExecutionFinder
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(long id) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.execution.Execution>> |
findAllByTestCaseId(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
Fetches all the executions which ran a given test case and matching the given paging and sorting instructions.
|
List<org.squashtest.tm.domain.execution.Execution> |
findAllByTestCaseIdOrderByRunDate(long testCaseId,
org.squashtest.tm.core.foundation.collection.Paging paging) |
org.squashtest.tm.domain.execution.Execution |
findById(long id) |
int |
findExecutionRank(Long executionId) |
org.squashtest.tm.domain.execution.ExecutionStep |
findExecutionStepById(long id) |
List<org.squashtest.tm.domain.execution.ExecutionStep> |
findExecutionSteps(long executionId) |
org.squashtest.tm.domain.execution.Execution findById(long id)
boolean exists(long id)
List<org.squashtest.tm.domain.execution.ExecutionStep> findExecutionSteps(long executionId)
org.squashtest.tm.domain.execution.ExecutionStep findExecutionStepById(long id)
List<org.squashtest.tm.domain.execution.Execution> findAllByTestCaseIdOrderByRunDate(long testCaseId, org.squashtest.tm.core.foundation.collection.Paging paging)
testCaseId - paging - int findExecutionRank(Long executionId)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.execution.Execution>> findAllByTestCaseId(long testCaseId, org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
testCaseId - pas - Paging and sorting data, should not be nullPagedCollectionHolder holding the results. Should never return nullCopyright © 2010–2017 Henix, henix.fr. All rights reserved.