Interface IAnalysisSegmentFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface IAnalysisSegmentFactory extends IBaseFactoryEx
For HP use. Services to manage analysis segments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getExtensionSegments(java.lang.String extension)
Returns the list of segments per extension.-
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
-
getExtensionSegments
IList getExtensionSegments(java.lang.String extension)
Returns the list of segments per extension.
- Parameters:
extension
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-