Package step.repository.alm.otaclient
Interface IReqFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
,IReqFactory
- All Known Subinterfaces:
IReqFactory3
,IReqFactory4
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.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryEx
mail
-
Methods inherited from interface step.repository.alm.otaclient.IReqFactory
buildPerfGraph, buildPerfGraphEx, buildProgressGraph, buildProgressGraphEx, buildSummaryGraph, buildSummaryGraphEx, buildTrendGraph, buildTrendGraphEx, find, getChildrenList
-
-