Interface _ISupportGetAncestors
-
- All Superinterfaces:
com4j.Com4jObject
public interface _ISupportGetAncestors extends com4j.Com4jObject
For HP user only - Allows getting Ancestors when supported
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getAncestors(java.lang.String ancestorId)
For HP us only - Allows batch get for all ancestors in hierarchy
-
-
-
Method Detail
-
getAncestors
IList getAncestors(java.lang.String ancestorId)
For HP us only - Allows batch get for all ancestors in hierarchy
- Parameters:
ancestorId
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-