Interface ISubjectNode2
-
- All Superinterfaces:
com4j.Com4jObject
,ISubjectNode
,ISysTreeNode
public interface ISubjectNode2 extends ISubjectNode
Deprecated. Use ITestFolder. Represents a subject folder in a Quality Center subject tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
testFilter()
The filter on the test objects in the tree.void
testFilter(java.lang.String pVal)
The filter on the test objects in the tree.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISubjectNode
attachments, description, description, findTests, hasAttachment, move, removeSubjectNode, testFactory, viewOrder, viewOrder
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISysTreeNode
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
-
-
-
-
Method Detail
-
testFilter
java.lang.String testFilter()
The filter on the test objects in the tree.
Getter method for the COM property "TestFilter"
- Returns:
- Returns a value of type java.lang.String
-
testFilter
void testFilter(java.lang.String pVal)
The filter on the test objects in the tree.
Setter method for the COM property "TestFilter"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-