public interface IReq2 extends IReq
Modifier and Type | Method and Description |
---|---|
IStream |
get_Icon()
Returns the bitmap stream for the requirement's type.
|
IList |
getCoverageTestsByReqFilter(String reqFilter,
boolean recursive)
Returns the list of tests that cover the current requirement and, optionally, cover those of its children that match the requirement filter.
|
boolean |
hasReqTraceability(int traceDirection)
Checks if the current requirement has at least one associated requirement in the specified direction.
|
boolean |
hasRichContent()
Checks if the object has rich content.
|
int |
parentId()
The Requirement's parent ID.
|
void |
parentId(int pVal)
The Requirement's parent ID.
|
void |
populateTargetCycleToChildren()
Assigns the target cycle of the requirement as the target cycle of all child requirements, recursively down the folder tree.
|
void |
populateTargetReleaseToChildren()
Assigns the target release of the requirement as the target release of all child requirements, recursively down the folder tree.
|
com4j.Com4jObject |
reqTraceFactory(int traceDirection)
The requirement link factory that manages the traceability links of the current requirement to its associated requirements in the specified direction.
|
com4j.Com4jObject |
requirementType()
Gets the interface for getting the requirement types.
|
String |
typeId()
The requirement's type ID.
|
void |
typeId(String pVal)
The requirement's type ID.
|
addCoverage, addCoverageByFilter, addCoverageEx, author, author, comment, comment, count, getCoverList, getCoverListByFilter, hasCoverage, isFolder, isFolder, move, name, name, paragraph, path, priority, priority, product, product, removeCoverage, reqCoverageStatus, reqSummaryStatus, reviewed, reviewed, status, type, type
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject reqTraceFactory(int traceDirection)
The requirement link factory that manages the traceability links of the current requirement to its associated requirements in the specified direction.
Getter method for the COM property "ReqTraceFactory"
traceDirection
- Mandatory int parameter.boolean hasReqTraceability(int traceDirection)
Checks if the current requirement has at least one associated requirement in the specified direction.
Getter method for the COM property "HasReqTraceability"
traceDirection
- Mandatory int parameter.com4j.Com4jObject requirementType()
Gets the interface for getting the requirement types.
Getter method for the COM property "RequirementType"
String typeId()
The requirement's type ID.
Getter method for the COM property "TypeId"
void typeId(String pVal)
The requirement's type ID.
Setter method for the COM property "TypeId"
pVal
- Mandatory java.lang.String parameter.IStream get_Icon()
Returns the bitmap stream for the requirement's type.
int parentId()
The Requirement's parent ID.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The Requirement's parent ID.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.void populateTargetCycleToChildren()
Assigns the target cycle of the requirement as the target cycle of all child requirements, recursively down the folder tree.
void populateTargetReleaseToChildren()
Assigns the target release of the requirement as the target release of all child requirements, recursively down the folder tree.
boolean hasRichContent()
Checks if the object has rich content.
Getter method for the COM property "HasRichContent"
IList getCoverageTestsByReqFilter(String reqFilter, @DefaultValue(value="0") boolean recursive)
Returns the list of tests that cover the current requirement and, optionally, cover those of its children that match the requirement filter.
reqFilter
- Mandatory java.lang.String parameter.recursive
- Optional parameter. Default value is falseCopyright © 2020. All rights reserved.