|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RequirementVersion in org.squashtest.csp.tm.domain |
|---|
| Methods in org.squashtest.csp.tm.domain that return RequirementVersion | |
|---|---|
RequirementVersion |
RequirementAlreadyVerifiedException.getCandidateVersion()
|
RequirementVersion |
RequirementVersionNotLinkableException.getNotLinkableRequirement()
|
| Constructors in org.squashtest.csp.tm.domain with parameters of type RequirementVersion | |
|---|---|
RequirementAlreadyVerifiedException(RequirementVersion version,
TestCase testCase)
|
|
RequirementVersionNotLinkableException(RequirementVersion notLinkableRequirement)
|
|
| Uses of RequirementVersion in org.squashtest.csp.tm.domain.event |
|---|
| Methods in org.squashtest.csp.tm.domain.event that return RequirementVersion | |
|---|---|
RequirementVersion |
RequirementAuditEvent.getRequirementVersion()
|
RequirementVersion |
RequirementVersionModification.getRequirementVersion()
|
| Methods in org.squashtest.csp.tm.domain.event that return types with arguments of type RequirementVersion | |
|---|---|
List<RequirementVersion> |
StubRequirementDao.findVersions(Long requirementId)
|
List<RequirementVersion> |
StubRequirementDao.findVersionsForAll(List<Long> requirementIds)
|
| Methods in org.squashtest.csp.tm.domain.event with parameters of type RequirementVersion | |
|---|---|
RequirementPropertyChangeEventBuilder<EVENT> |
RequirementPropertyChangeEventBuilder.setSource(RequirementVersion requirementVersion)
|
| Constructors in org.squashtest.csp.tm.domain.event with parameters of type RequirementVersion | |
|---|---|
RequirementAuditEvent(RequirementVersion requirementVersion,
String author)
|
|
RequirementCreation(RequirementVersion requirementVersion,
String author)
|
|
RequirementLargePropertyChange(RequirementVersion requirementVersion,
String author)
|
|
| Uses of RequirementVersion in org.squashtest.csp.tm.domain.requirement |
|---|
| Methods in org.squashtest.csp.tm.domain.requirement that return RequirementVersion | |
|---|---|
static RequirementVersion |
RequirementVersion.createFromMemento(RequirementVersionImportMemento memento)
Factory methiod which creates a RequirementVersion from a memento objet which holds the new object's target
state. |
RequirementVersion |
Requirement.findLastNonObsoleteVersion()
|
RequirementVersion |
Requirement.findRequirementVersion(int versionNumber)
|
RequirementVersion |
Requirement.getCurrentVersion()
|
RequirementVersion |
Requirement.getDefaultVerifiableVersion()
returns this requirement's version which should be linked to a test case by default. |
RequirementVersion |
Requirement.getResource()
|
RequirementVersion |
NewRequirementVersionDto.toRequirementVersion()
|
| Methods in org.squashtest.csp.tm.domain.requirement that return types with arguments of type RequirementVersion | |
|---|---|
List<RequirementVersion> |
Requirement.getRequirementVersions()
Get the all the requirement versions numbers and status by the version Id |
List<RequirementVersion> |
Requirement.getUnmodifiableVersions()
|
| Methods in org.squashtest.csp.tm.domain.requirement with parameters of type RequirementVersion | |
|---|---|
void |
Requirement.increaseVersion(RequirementVersion newVersion)
|
| Constructors in org.squashtest.csp.tm.domain.requirement with parameters of type RequirementVersion | |
|---|---|
Requirement(RequirementVersion version)
Creates a new requirement which "latest version" is the given RequirementVersion |
|
| Uses of RequirementVersion in org.squashtest.csp.tm.domain.testcase |
|---|
| Methods in org.squashtest.csp.tm.domain.testcase that return types with arguments of type RequirementVersion | |
|---|---|
Set<RequirementVersion> |
TestCase.getVerifiedRequirementVersions()
|
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type RequirementVersion | |
|---|---|
void |
TestCase.addCopyOfVerifiedRequirementVersion(RequirementVersion requirementVersionCopy)
This should be used when making a copy of a RequirementVersion to have the copy verified by this
TestCase. |
void |
TestCase.addVerifiedRequirementVersion(RequirementVersion requirementVersion)
Adds a RequirementVersion verified by this TestCase |
void |
TestCase.checkRequirementNotVerified(RequirementVersion version)
|
void |
TestCase.removeVerifiedRequirementVersion(RequirementVersion requirement)
|
| Uses of RequirementVersion in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository that return RequirementVersion | |
|---|---|
RequirementVersion |
RequirementVersionDao.findById(long requirementId)
|
| Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type RequirementVersion | |
|---|---|
List<RequirementVersion> |
RequirementVersionDao.findAllByIds(Collection<Long> ids)
|
List<RequirementVersion> |
CustomRequirementVersionDao.findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
|
List<RequirementVersion> |
RequirementVersionDao.findAllByRequirement(Requirement node)
|
List<RequirementVersion> |
CustomRequirementVersionDao.findAllVerifiedByTestCase(long verifierId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
Returns paged and sorted collection of requirement versions verified by the test case of given id. |
List<RequirementVersion> |
CustomRequirementVersionDao.findAllVerifiedByTestCases(Collection<Long> verifiersIds,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
Returns paged and sorted collection of requirement versions verified by any of the given verifiers. |
List<RequirementVersion> |
RequirementDao.findVersions(Long requirementId)
returns the list of all requirement versions |
List<RequirementVersion> |
RequirementDao.findVersionsForAll(List<Long> requirementIds)
returns the list of all requirement versions for all the specified requirements |
| Uses of RequirementVersion in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type RequirementVersion | |
|---|---|
List<RequirementVersion> |
HibernateRequirementVersionDao.findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
|
List<RequirementVersion> |
HibernateRequirementVersionDao.findAllVerifiedByTestCase(long verifierId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
|
List<RequirementVersion> |
HibernateRequirementVersionDao.findAllVerifiedByTestCases(Collection<Long> verifiersIds,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
|
List<RequirementVersion> |
HibernateRequirementDao.findVersions(Long requirementId)
|
List<RequirementVersion> |
HibernateRequirementDao.findVersionsForAll(List<Long> requirementIds)
|
| Uses of RequirementVersion in org.squashtest.csp.tm.internal.service |
|---|
| Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type RequirementVersion | |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<RequirementVersion>> |
VerifiedRequirementsManagerServiceImpl.findAllDirectlyVerifiedRequirementsByTestCaseId(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
|
| Methods in org.squashtest.csp.tm.internal.service with parameters of type RequirementVersion | |
|---|---|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfRelationsAddedToReq(List<TestCase> testCases,
RequirementVersion requirementVersion)
|
| Method parameters in org.squashtest.csp.tm.internal.service with type arguments of type RequirementVersion | |
|---|---|
Collection<VerifiedRequirementException> |
VerifiedRequirementsManagerServiceImpl.addVerifyingRequirementVersionsToTestCase(Map<TestCase,List<RequirementVersion>> requirementVersionsByTestCase)
|
void |
TestCaseImportanceManagerServiceImpl.changeImportanceIfRelationsAddedToTestCase(List<RequirementVersion> requirementVersions,
TestCase testCase)
|
| Uses of RequirementVersion in org.squashtest.csp.tm.internal.service.importer |
|---|
| Method parameters in org.squashtest.csp.tm.internal.service.importer with type arguments of type RequirementVersion | |
|---|---|
void |
RequirementTestCaseLinkParserImpl.parseRow(org.apache.poi.ss.usermodel.Row row,
ImportRequirementTestCaseLinksSummaryImpl summary,
Map<String,Integer> columnsMapping,
Map<TestCase,List<RequirementVersion>> requirementVersionsByTestCaseList)
|
| Uses of RequirementVersion in org.squashtest.csp.tm.internal.service.requirement |
|---|
| Methods in org.squashtest.csp.tm.internal.service.requirement that return types with arguments of type RequirementVersion | |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<RequirementVersion>> |
CustomRequirementVersionManagerServiceImpl.findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
|
| Uses of RequirementVersion in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return RequirementVersion | |
|---|---|
RequirementVersion |
RequirementVersionManagerService.findById(long requirementVersionId)
|
RequirementVersion |
VerifiedRequirement.getDecoratedRequirement()
|
| Methods in org.squashtest.csp.tm.service that return types with arguments of type RequirementVersion | |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<RequirementVersion>> |
CustomRequirementVersionManagerService.findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
Fetches the paged, sorted collection of versions for the given requirement. |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<RequirementVersion>> |
VerifiedRequirementsManagerService.findAllDirectlyVerifiedRequirementsByTestCaseId(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
Returns the filtered list of RequirementVersions directly verified by a test case. |
| Methods in org.squashtest.csp.tm.service with parameters of type RequirementVersion | |
|---|---|
void |
TestCaseImportanceManagerService.changeImportanceIfRelationsAddedToReq(List<TestCase> testCases,
RequirementVersion requirementVersion)
will compute and update the importance of each test-case of the list and, for each test-case "TC" of the list, if necessary, will update the importance of any test-case calling the "TC". |
| Method parameters in org.squashtest.csp.tm.service with type arguments of type RequirementVersion | |
|---|---|
Collection<VerifiedRequirementException> |
VerifiedRequirementsManagerService.addVerifyingRequirementVersionsToTestCase(Map<TestCase,List<RequirementVersion>> requirementVersionsByTestCase)
Adds a list of requirement-versions to the ones verified by a test case. |
void |
TestCaseImportanceManagerService.changeImportanceIfRelationsAddedToTestCase(List<RequirementVersion> requirementVersions,
TestCase testCase)
will compute and update the importance of the test-case if it's importance is auto and, if necessary, will update the importance of any test-case calling the parameter test-case. |
| Constructors in org.squashtest.csp.tm.service with parameters of type RequirementVersion | |
|---|---|
VerifiedRequirement(RequirementVersion decoratedRequirement,
boolean directVerification)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||