Interface IKPIMilestoneScopeItem
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IKPIMilestoneScopeItem extends IBaseFieldEx
For HP use. Represents a Milestone-Scope Item (link) to KPI Link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyThresholdValues()
Copies the threshold values from the KPI.boolean
isActive()
Indicates whether this KPI is active for the Scope Item in the Milestone.void
isActive(boolean pVal)
Indicates whether this KPI is active for the Scope Item in the Milestone.boolean
isThresholdCustom()
Indicates whether there is an override to the threshold.void
isThresholdCustom(boolean pVal)
Indicates whether there is an override to the threshold.int
kpiid()
KPI ID.void
kpiid(int pVal)
KPI ID.int
milestoneScopeItemID()
MilestoneScopeItem's ID.void
milestoneScopeItemID(int pVal)
MilestoneScopeItem's ID.void
restoreDefaultThresholdValues()
Restores the threshold values to the defaultcom4j.Com4jObject
thresholdValueFactory()
The Threshold Value Factory.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
milestoneScopeItemID
int milestoneScopeItemID()
MilestoneScopeItem's ID.
Getter method for the COM property "MilestoneScopeItemID"
- Returns:
- Returns a value of type int
-
milestoneScopeItemID
void milestoneScopeItemID(int pVal)
MilestoneScopeItem's ID.
Setter method for the COM property "MilestoneScopeItemID"
- Parameters:
pVal
- Mandatory int parameter.
-
kpiid
int kpiid()
KPI ID.
Getter method for the COM property "KPIID"
- Returns:
- Returns a value of type int
-
kpiid
void kpiid(int pVal)
KPI ID.
Setter method for the COM property "KPIID"
- Parameters:
pVal
- Mandatory int parameter.
-
isActive
boolean isActive()
Indicates whether this KPI is active for the Scope Item in the Milestone.
Getter method for the COM property "IsActive"
- Returns:
- Returns a value of type boolean
-
isActive
void isActive(boolean pVal)
Indicates whether this KPI is active for the Scope Item in the Milestone.
Setter method for the COM property "IsActive"
- Parameters:
pVal
- Mandatory boolean parameter.
-
isThresholdCustom
boolean isThresholdCustom()
Indicates whether there is an override to the threshold.
Getter method for the COM property "IsThresholdCustom"
- Returns:
- Returns a value of type boolean
-
isThresholdCustom
void isThresholdCustom(boolean pVal)
Indicates whether there is an override to the threshold.
Setter method for the COM property "IsThresholdCustom"
- Parameters:
pVal
- Mandatory boolean parameter.
-
thresholdValueFactory
com4j.Com4jObject thresholdValueFactory()
The Threshold Value Factory.
Getter method for the COM property "ThresholdValueFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
copyThresholdValues
void copyThresholdValues()
Copies the threshold values from the KPI.
-
restoreDefaultThresholdValues
void restoreDefaultThresholdValues()
Restores the threshold values to the default
-
-