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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IListbaselineItems(IBaseField pEntity)A list of IBaselineItem objects in which the entity participated.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryExmail
 
- 
 
- 
- 
- 
Method Detail- 
baselineItemsIList 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
 
 
- 
 
-