|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomRequirementModificationService
Requirement modification services which cannot be dynamically generated.
| Method Summary | |
|---|---|
void |
changeCriticality(long requirementId,
org.squashtest.tm.domain.requirement.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)
|
| Method Detail |
|---|
void rename(long reqId,
@NotNull
String newName)
void createNewVersion(long requirementId)
requirementId -
void changeCriticality(long requirementId,
@NotNull
org.squashtest.tm.domain.requirement.RequirementCriticality criticality)
requirementId - criticality -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||