public interface ISubjectNode extends ISysTreeNode
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
attachments()
The AttachmentFactory for the subject folder.
|
String |
description()
A description of the subject node.
|
void |
description(String pVal)
A description of the subject node.
|
IList |
findTests(String pattern,
boolean matchCase,
String filter)
Finds tests within the current subject folder whose name matches the specified text pattern.
|
boolean |
hasAttachment()
Checks if the SubjectNode has at least one attachment.
|
void |
move(Object parent)
Moves the current tree mode to be under the specified parent.
|
void |
removeSubjectNode(Object node,
boolean deleteTests)
Removes the specified node from the subject tree.
|
com4j.Com4jObject |
testFactory()
The TestFactory object for the subject folder.
|
int |
viewOrder()
The position of the node in the tree as presented in the user interface.
|
void |
viewOrder(int pVal)
The position of the node in the tree as presented in the user interface.
|
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
com4j.Com4jObject testFactory()
The TestFactory object for the subject folder.
Getter method for the COM property "TestFactory"
void removeSubjectNode(Object node, @DefaultValue(value="0") boolean deleteTests)
Removes the specified node from the subject tree.
node
- Mandatory java.lang.Object parameter.deleteTests
- Optional parameter. Default value is falseString description()
A description of the subject node.
Getter method for the COM property "Description"
void description(String pVal)
A description of the subject node.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject attachments()
The AttachmentFactory for the subject folder.
Getter method for the COM property "Attachments"
IList findTests(String pattern, @DefaultValue(value="0") boolean matchCase, @DefaultValue(value="") String filter)
Finds tests within the current subject folder whose name matches the specified text pattern.
pattern
- Mandatory java.lang.String parameter.matchCase
- Optional parameter. Default value is falsefilter
- Optional parameter. Default value is ""int viewOrder()
The position of the node in the tree as presented in the user interface.
Getter method for the COM property "ViewOrder"
void viewOrder(int pVal)
The position of the node in the tree as presented in the user interface.
Setter method for the COM property "ViewOrder"
pVal
- Mandatory int parameter.boolean hasAttachment()
Checks if the SubjectNode has at least one attachment.
Getter method for the COM property "HasAttachment"
void move(Object parent)
Moves the current tree mode to be under the specified parent.
parent
- Mandatory java.lang.Object parameter.Copyright © 2020. All rights reserved.