public interface IReqFactory3 extends IReqFactory2
| Modifier and Type | Method and Description |
|---|---|
IList |
getCoverageTestsByReqFilter(String reqFilter)
Returns the list of tests that cover the requirements that match the requirement filter.
|
IList |
getRequirementsByStatus(String filter,
String status,
IList coverageByCycles)
For HP use.Returns a list of Requirements depending on their status, the list of cycles and the filter
|
IList |
getRequirementsSummaryStatus(String reqIDs,
String filter,
IList coverageByCycles)
For HP use.
|
com4j.Com4jObject |
getRequirementType(String typeId)
Returns the requirement customization type object specified by the type ID.
|
IList |
getRequirementTypes()
Returns the list of requirement customization types.
|
Object |
getRequirementTypes(int index) |
IList |
getTracedList(int reqID,
int traceDirection)
Returns the list of requirements either traced directly from or directly to the specified requirement.
|
String |
reqTypeIdToName(int typeId)
Returns the name of the requirement type specified by the type ID.
|
getFilteredChildrenListbuildPerfGraph, buildPerfGraphEx, buildProgressGraph, buildProgressGraphEx, buildSummaryGraph, buildSummaryGraphEx, buildTrendGraph, buildTrendGraphEx, find, getChildrenListmailaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItemIList getTracedList(int reqID, int traceDirection)
Returns the list of requirements either traced directly from or directly to the specified requirement.
reqID - Mandatory int parameter.traceDirection - Mandatory int parameter.IList getRequirementTypes()
Returns the list of requirement customization types.
Object getRequirementTypes(int index)
com4j.Com4jObject getRequirementType(String typeId)
Returns the requirement customization type object specified by the type ID.
typeId - Mandatory java.lang.String parameter.String reqTypeIdToName(int typeId)
Returns the name of the requirement type specified by the type ID.
typeId - Mandatory int parameter.IList getRequirementsSummaryStatus(String reqIDs, String filter, IList coverageByCycles)
For HP use. Returns a list of ReqSummaryStatus objects depending on the list of ids and filter
reqIDs - Mandatory java.lang.String parameter.filter - Mandatory java.lang.String parameter.coverageByCycles - Mandatory otaclient.IList parameter.IList getRequirementsByStatus(String filter, String status, IList coverageByCycles)
For HP use.Returns a list of Requirements depending on their status, the list of cycles and the filter
filter - Mandatory java.lang.String parameter.status - Mandatory java.lang.String parameter.coverageByCycles - Mandatory otaclient.IList parameter.Copyright © 2020. All rights reserved.