Interface ITestLabFolderFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface ITestLabFolderFactory extends IBaseFactoryEx
Services to manage test set folders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeItemAndMoveTestSetsToUnattached(java.lang.Object itemKey)
Removes test set folders and moves the test sets they contain to the Unattached folder.com4j.Com4jObject
root()
Returns the root test set folder.-
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.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryEx
mail
-
-
-
-
Method Detail
-
root
com4j.Com4jObject root()
Returns the root test set folder.
Getter method for the COM property "Root"
- Returns:
- Returns a value of type com4j.Com4jObject
-
removeItemAndMoveTestSetsToUnattached
void removeItemAndMoveTestSetsToUnattached(java.lang.Object itemKey)
Removes test set folders and moves the test sets they contain to the Unattached folder.
- Parameters:
itemKey
- Mandatory java.lang.Object parameter.
-
-