Interface IReqFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
,IReqFactory
- All Known Subinterfaces:
IReqFactory3
,IReqFactory4
,IReqFactory5
,IReqFactory6
public interface IReqFactory2 extends IReqFactory
Services for managing requirements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getFilteredChildrenList(int fatherID, ITDFilter filter)
Gets a filtered list of child requirements.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryEx
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IReqFactory
buildPerfGraph, buildPerfGraphEx, buildProgressGraph, buildProgressGraphEx, buildSummaryGraph, buildSummaryGraphEx, buildTrendGraph, buildTrendGraphEx, find, getChildrenList
-
-
-
-
Method Detail
-
getFilteredChildrenList
IList getFilteredChildrenList(int fatherID, @DefaultValue("0") ITDFilter filter)
Gets a filtered list of child requirements.
- Parameters:
fatherID
- Mandatory int parameter.filter
- Optional parameter. Default value is 0- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-