Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.model |
Modifier and Type | Method and Description |
---|---|
static MXPMSegmentActivity |
MXPMSegmentActivity.getPMActivity(MXActivity pmParentRow,
int seqId)
Returns the PM Seqment info as a MXActivity so that we can treat it like an reqular MXActivity object
|
static MXPMSegmentActivity |
MXPMSegmentActivity.getPMActivity(MXGanttModel model,
java.lang.String id)
This is a convenience method that takes an ID in the format PM_ACTIVITYID__SEQ# it returns a MXPMActivity if
the Activity exists, and the Activity has the given Sequence #.
|