Package step.repository.alm.otaclient
Interface IBaselineFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface IBaselineFactory extends IBaseFactoryEx
For HP use. Services for managing baselines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
baselineItems(IBaseField pEntity)
A list of IBaselineItem objects in which the entity participated.-
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.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryEx
mail
-
-
-
-
Method Detail
-
baselineItems
IList baselineItems(IBaseField pEntity)
A list of IBaselineItem objects in which the entity participated.
- Parameters:
pEntity
- Mandatory otaclient.IBaseField parameter.- Returns:
- Returns a value of type otaclient.IList
-
-