org.squashtest.tm.domain.testcase
public interface TestCaseSearchCriteria
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseImportance> |
getImportanceFilterSet()
gives the importances of the test cases we want to match.
|
String |
getNameFilter()
returns the piece of the name of the test case that are looked for.
|
List<TestCaseNature> |
getNatureFilterSet()
gives the natures of the test cases we want to match.
|
List<TestCaseStatus> |
getStatusFilterSet()
gives the statuses of the test cases we want to match.
|
List<TestCaseType> |
getTypeFilterSet()
gives the types of the test cases we want to match.
|
boolean |
includeFoldersInResult()
Tells whether the result set should include folders matching the criterion
|
boolean |
isGroupByProject()
Tells whether the result set should group the data by projects.
|
boolean |
usesImportanceFilter()
Tells whether a criterion regarding importance had been set in the query or not
|
boolean |
usesNameFilter() |
boolean |
usesNatureFilter()
Tells whether a criterion regarding nature had been set in the query or not
|
boolean |
usesStatusFilter()
Tells whether a criterion regarding status had been set in the query or not
|
boolean |
usesTypeFilter()
Tells whether a criterion regarding type had been set in the query or not
|
boolean includeFoldersInResult()
boolean isGroupByProject()
boolean usesNameFilter()
boolean usesImportanceFilter()
boolean usesNatureFilter()
boolean usesTypeFilter()
boolean usesStatusFilter()
String getNameFilter()
List<TestCaseImportance> getImportanceFilterSet()
TestCases cannot have null TestCaseImportance attribute.List<TestCaseNature> getNatureFilterSet()
TestCases cannot have null TestCaseNature attribute.List<TestCaseType> getTypeFilterSet()
TestCases cannot have null TestCaseType attribute.List<TestCaseStatus> getStatusFilterSet()
TestCases cannot have null TestCaseStatus attribute.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.