Interface _ISupportGetChildrenLists
-
- All Superinterfaces:
com4j.Com4jObject
public interface _ISupportGetChildrenLists extends com4j.Com4jObject
For HP use. _ISupportGetChildrenLists Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getChildrenLists(ITDFilter filter, IList parents)
For HP use.
-
-
-
Method Detail
-
getChildrenLists
IList getChildrenLists(ITDFilter filter, IList parents)
For HP use. Returns children factory lists from the given parents
- Parameters:
filter
- Mandatory step.repository.alm.v16.otaclient.ITDFilter parameter.parents
- Mandatory step.repository.alm.v16.otaclient.IList parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-