Package step.repository.alm.otaclient
Interface IBaseHierarchyTreeManager
-
- All Superinterfaces:
com4j.Com4jObject
public interface IBaseHierarchyTreeManager extends com4j.Com4jObject
For HP use. Manages the extension tree and its related extension folders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
nodeById(int nodeID)
Gets the extension tree node object corresponding to the specified node Id.com4j.Com4jObject
nodeByPath(java.lang.String path)
Gets the extension tree node from the specified tree path.com4j.Com4jObject
root()
The extension tree root node.com4j.Com4jObject
unattached()
Gets an unattached folder.
-
-
-
Method Detail
-
root
com4j.Com4jObject root()
The extension tree root node.
Getter method for the COM property "Root"
- Returns:
- Returns a value of type com4j.Com4jObject
-
nodeByPath
com4j.Com4jObject nodeByPath(java.lang.String path)
Gets the extension tree node from the specified tree path.
Getter method for the COM property "NodeByPath"
- Parameters:
path
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
nodeById
com4j.Com4jObject nodeById(int nodeID)
Gets the extension tree node object corresponding to the specified node Id.
Getter method for the COM property "NodeById"
- Parameters:
nodeID
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
unattached
com4j.Com4jObject unattached()
Gets an unattached folder.
Getter method for the COM property "Unattached"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-