Interface IReqSummaryStatus
-
- All Superinterfaces:
com4j.Com4jObject
public interface IReqSummaryStatus extends com4j.Com4jObject
For HP use. IReqSummaryStatus Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
possibleStatuses()
A list of possible requirement statuses.java.lang.Object
possibleStatuses(int index)
int
reqID()
The requirement ID.int
summaryStatus(java.lang.String statusName)
The number of child nodes with the specified status.int
totalSummaryNodes()
The total number of child nodes covered by the requirement status.
-
-
-
Method Detail
-
possibleStatuses
IList possibleStatuses()
A list of possible requirement statuses.
Getter method for the COM property "PossibleStatuses"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
possibleStatuses
java.lang.Object possibleStatuses(int index)
-
summaryStatus
int summaryStatus(java.lang.String statusName)
The number of child nodes with the specified status.
Getter method for the COM property "SummaryStatus"
- Parameters:
statusName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
totalSummaryNodes
int totalSummaryNodes()
The total number of child nodes covered by the requirement status.
Getter method for the COM property "TotalSummaryNodes"
- Returns:
- Returns a value of type int
-
reqID
int reqID()
The requirement ID.
Getter method for the COM property "ReqID"
- Returns:
- Returns a value of type int
-
-