Interface ITreeManager
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ITreeManager extends com4j.Com4jObjectDeprecated. Use ITestFolderFactory. The Test subject tree manager.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectnodeById(int nodeID)Gets the object having the specified node ID.com4j.Com4jObjectnodeByPath(java.lang.String path)Gets the node at the specified tree path.java.lang.StringnodePath(int nodeID)Gets the node path, slash separated.IListrootList(short val)Gets list of available trees in the specified range.com4j.Com4jObjecttreeRoot(java.lang.String rootName)The root node specified by the node name.
 
- 
- 
- 
Method Detail- 
treeRootcom4j.Com4jObject treeRoot(java.lang.String rootName) The root node specified by the node name. Getter method for the COM property "TreeRoot" - Parameters:
- rootName- Mandatory java.lang.String parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
nodePathjava.lang.String nodePath(int nodeID) Gets the node path, slash separated. Getter method for the COM property "NodePath" - Parameters:
- nodeID- Mandatory int parameter.
- Returns:
- Returns a value of type java.lang.String
 
 - 
nodeByPathcom4j.Com4jObject nodeByPath(java.lang.String path) Gets the node at 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
 
 - 
nodeByIdcom4j.Com4jObject nodeById(int nodeID) Gets the object having the specified node ID. Getter method for the COM property "NodeById" - Parameters:
- nodeID- Mandatory int parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
rootListIList rootList(@DefaultValue("0") short val) Gets list of available trees in the specified range. Getter method for the COM property "RootList" - Parameters:
- val- Optional parameter. Default value is 0
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
 
 
- 
 
-