Interface IAnalysisItem2
-
- All Superinterfaces:
com4j.Com4jObject
,IAnalysisItem
,IBaseField
,IObjectLockingSupport
public interface IAnalysisItem2 extends IAnalysisItem
For HP use. Represents a graph or report.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
analysisItemFileFactory()
For HP use.int
segmentId()
The segment's id of the item-
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.IAnalysisItem
_public, _public, description, description, filterData, filterData, lastModified, layoutData, layoutData, modifiedBy, module, module, name, name, parentId, parentId, publicEntityKeyFactory, subType, subType, type, type
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
segmentId
int segmentId()
The segment's id of the item
Getter method for the COM property "SegmentId"
- Returns:
- Returns a value of type int
-
analysisItemFileFactory
com4j.Com4jObject analysisItemFileFactory()
For HP use. The AnalysisItemFileFactory object for managing analysis item files.
Getter method for the COM property "AnalysisItemFileFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-