Interface IComponentParamFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IComponentParamFactory
public interface IComponentParamFactory2 extends IComponentParamFactory
Services for managing Component parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
removeItemAndAutoDeleteFromTestLevel(java.lang.Object itemKey)
For HP use.-
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.IComponentParamFactory
updateExistingComponentParamFactory
-
-
-
-
Method Detail
-
removeItemAndAutoDeleteFromTestLevel
java.lang.String removeItemAndAutoDeleteFromTestLevel(java.lang.Object itemKey)
For HP use. Delete component parameters and automatically delete parameter from the test level , that became unused by the component parameters deletion
- Parameters:
itemKey
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type java.lang.String
-
-