org.squashtest.csp.tm.service
Interface CustomRequirementModificationService
- All Known Subinterfaces:
- RequirementModificationService
- All Known Implementing Classes:
- CustomRequirementModificationServiceImpl
@Transactional
public interface CustomRequirementModificationService
- Author:
- Gregory Fouquet
|
Method Summary |
void |
changeCriticality(long requirementId,
RequirementCriticality criticality)
will change the requirement criticality and update the importance of any associated TestCase with importanceAuto == true. |
void |
createNewVersion(long requirementId)
Increase the current version of the given requirement. |
void |
rename(long reqId,
String newName)
|
rename
void rename(long reqId,
@NotNull
String newName)
createNewVersion
void createNewVersion(long requirementId)
- Increase the current version of the given requirement.
- Parameters:
requirementId -
changeCriticality
void changeCriticality(long requirementId,
@NotNull
RequirementCriticality criticality)
- will change the requirement criticality and update the importance of any associated TestCase with importanceAuto == true.
(even through call steps)
- Parameters:
requirementId - criticality -
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.