Interface IBPParamFactory
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseFactory,- IBaseFactoryEx
 
 public interface IBPParamFactory extends IBaseFactoryEx For HP use. Services for Business Process Test.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoverrideOwnerBaselineId(int rhs)For HP Use.voidoverrideOwnerVersionId(int rhs)For HP Use.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryExmail
 
- 
 
- 
- 
- 
Method Detail- 
overrideOwnerVersionIdvoid 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.
 
 - 
overrideOwnerBaselineIdvoid 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.
 
 
- 
 
-