Interface IComponentStepFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
public interface IComponentStepFactory extends IBaseFactory
Services to manage component steps.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateExistingComponentStepFactory(int nParentFacetId, boolean vbIsCreatedDirectlyFromComponent)
Updates step factory data when creation source changes-
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
-
-
-
-
Method Detail
-
updateExistingComponentStepFactory
void updateExistingComponentStepFactory(int nParentFacetId, boolean vbIsCreatedDirectlyFromComponent)
Updates step factory data when creation source changes
- Parameters:
nParentFacetId
- Mandatory int parameter.vbIsCreatedDirectlyFromComponent
- Mandatory boolean parameter.
-
-