Interface IBPComponentFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
,IBPComponentFactory
public interface IBPComponentFactory2 extends IBPComponentFactory
Services for managing BP component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
removeItemAndAutoDeleteParametersFromTestLevel(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.IBaseFactoryEx
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBPComponentFactory
isValidMoveList, moveList, overrideOwnerBaselineId, overrideOwnerVersionId
-
-
-
-
Method Detail
-
removeItemAndAutoDeleteParametersFromTestLevel
java.lang.String removeItemAndAutoDeleteParametersFromTestLevel(java.lang.Object itemKey)
For HP use. Delete BP component and automatically delete parameters from the test level , that became unused by the component instances deletion
- Parameters:
itemKey
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type java.lang.String
-
-