Package step.repository.alm.otaclient
Interface ITestSetFolder4
- 
- All Superinterfaces:
- com4j.Com4jObject,- ISysTreeNode,- ITestSetFolder,- ITestSetFolder2,- ITestSetFolder3
 
 public interface ITestSetFolder4 extends ITestSetFolder3 Manages the tests and test sets included in one test set folder.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtestSetFilter()The filter on the test set objects in the tree.voidtestSetFilter(java.lang.String pVal)The filter on the test set objects in the tree.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.ISysTreeNodeaddNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
 - 
Methods inherited from interface step.repository.alm.otaclient.ITestSetFolderaddNodeDisp, attachments, description, description, fatherDisp, fatherID, findTestSets, hasAttachment, move, removeNodeEx, subNodes, subNodes, testSetFactory, viewOrder, viewOrder
 - 
Methods inherited from interface step.repository.alm.otaclient.ITestSetFolder2findTestInstances
 - 
Methods inherited from interface step.repository.alm.otaclient.ITestSetFolder3folderFields, folderFields, targetCycle, targetCycle
 
- 
 
- 
- 
- 
Method Detail- 
testSetFilterjava.lang.String testSetFilter() The filter on the test set objects in the tree. Getter method for the COM property "TestSetFilter" - Returns:
- Returns a value of type java.lang.String
 
 - 
testSetFiltervoid testSetFilter(java.lang.String pVal) The filter on the test set objects in the tree. Setter method for the COM property "TestSetFilter" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 
- 
 
-