public interface ITestSetFolder extends ISysTreeNode
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addNodeDisp(String nodeName)
Adds a new child node.
|
com4j.Com4jObject |
attachments()
The folder's AttachmentFactory object.
|
String |
description()
The test set folder description.
|
void |
description(String pVal)
The test set folder description.
|
com4j.Com4jObject |
fatherDisp()
The parent node.
|
int |
fatherID()
The unique parent ID.
|
IList |
findTestSets(String pattern,
boolean matchCase,
String filter)
Gets the list of test sets contained in the folder that match the specified pattern.
|
boolean |
hasAttachment()
Checks if this folder has at least one attachment.
|
void |
move(Object father)
Moves folder node under new father.
|
void |
removeNodeEx(Object node,
boolean deleteTestSets)
Deletes a test set folder node.
|
IList |
subNodes()
The list of child nodes.
|
Object |
subNodes(int index) |
com4j.Com4jObject |
testSetFactory()
Gets the TestSetFactory for the folder.
|
int |
viewOrder()
The index of this folder in its parent's list of sub-nodes.
|
void |
viewOrder(int pVal)
The index of this folder in its parent's list of sub-nodes.
|
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
String description()
The test set folder description.
Getter method for the COM property "Description"
void description(String pVal)
The test set folder description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.int fatherID()
The unique parent ID.
Getter method for the COM property "FatherID"
com4j.Com4jObject fatherDisp()
The parent node.
Getter method for the COM property "FatherDisp"
int viewOrder()
The index of this folder in its parent's list of sub-nodes.
Getter method for the COM property "ViewOrder"
void viewOrder(int pVal)
The index of this folder in its parent's list of sub-nodes.
Setter method for the COM property "ViewOrder"
pVal
- Mandatory int parameter.IList subNodes()
The list of child nodes.
Getter method for the COM property "SubNodes"
Object subNodes(int index)
com4j.Com4jObject addNodeDisp(String nodeName)
Adds a new child node.
nodeName
- Mandatory java.lang.String parameter.void removeNodeEx(Object node, @DefaultValue(value="0") boolean deleteTestSets)
Deletes a test set folder node.
node
- Mandatory java.lang.Object parameter.deleteTestSets
- Optional parameter. Default value is falsevoid move(Object father)
Moves folder node under new father.
father
- Mandatory java.lang.Object parameter.com4j.Com4jObject testSetFactory()
Gets the TestSetFactory for the folder.
Getter method for the COM property "TestSetFactory"
boolean hasAttachment()
Checks if this folder has at least one attachment.
Getter method for the COM property "HasAttachment"
com4j.Com4jObject attachments()
The folder's AttachmentFactory object.
Getter method for the COM property "Attachments"
IList findTestSets(String pattern, @DefaultValue(value="0") boolean matchCase, @DefaultValue(value="") String filter)
Gets the list of test sets contained in the folder that match the specified pattern.
pattern
- Mandatory java.lang.String parameter.matchCase
- Optional parameter. Default value is falsefilter
- Optional parameter. Default value is ""Copyright © 2020. All rights reserved.