Interface IBPParamFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface IBPParamFactory extends IBaseFactoryEx
For HP use. Services for Business Process Test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
overrideOwnerBaselineId(int rhs)
For HP Use.void
overrideOwnerVersionId(int rhs)
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
-
-
-
-
Method Detail
-
overrideOwnerVersionId
void overrideOwnerVersionId(int rhs)
For HP Use. Used to override the owner's version id for stateless factories.
Setter method for the COM property "OverrideOwnerVersionId"
- Parameters:
rhs
- Mandatory int parameter.
-
overrideOwnerBaselineId
void overrideOwnerBaselineId(int rhs)
For HP Use. Used to override the owner's baseline id for stateless factories.
Setter method for the COM property "OverrideOwnerBaselineId"
- Parameters:
rhs
- Mandatory int parameter.
-
-