@Transactional(readOnly=true)
public interface ParameterFinder
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.Parameter> |
findAllParameters(long testCaseId)
Will find all parameters for the test case along with all parameters found for the call steps that
uses the parameter delegation mode.
|
org.squashtest.tm.domain.testcase.Parameter |
findById(long parameterId)
Simply find the parameter matching the given id
|
List<org.squashtest.tm.domain.testcase.Parameter> |
findOwnParameters(long testCaseId)
Given a test case id, will find the parameters that are proper to that test case.
|
boolean |
isUsed(long parameterId)
Returns true if the parameter is used in one of it's test case action steps
|
List<org.squashtest.tm.domain.testcase.Parameter> findOwnParameters(long testCaseId)
findAllParameters(long) instead.testCaseId - List<org.squashtest.tm.domain.testcase.Parameter> findAllParameters(long testCaseId)
testCaseId - org.squashtest.tm.domain.testcase.Parameter findById(long parameterId)
parameterId - : the id of the Parameter to findParameter matching the id or nullboolean isUsed(long parameterId)
parameterId - : the id of the concerned parametertrue if the parameter is used in one of it's test case action step.Copyright © 2010–2017 Henix, henix.fr. All rights reserved.