public interface Vitalable
Modifier and Type | Method and Description |
---|---|
void |
executeVital()
Calculates the vital review dates and sets the vital review metadata of this
object.
|
boolean |
isVital()
Indicates whether or not this object is actually a
Vitalable object. |
void |
setVital(RMProperties vitalProperties)
Sets the properties related to a vital record for this object.
|
void |
updateVitalStatus(java.util.Date vitalReviewDate)
Updates the
VitalRecordNextReviewDate and VitalWorkflowStatus
properties for this object. |
void setVital(RMProperties vitalProperties)
vitalProperties
- a RMProperties
collection containing
the vital-related property values to be set.
Cannot be null
or empty.void executeVital()
void updateVitalStatus(java.util.Date vitalReviewDate)
VitalRecordNextReviewDate
and VitalWorkflowStatus
properties for this object. The date specified by
the vitalReviewDate
parameter overrides the
calculated next review date for this object.vitalReviewDate
- a Date
object containing
the date on which the latest review occurs.boolean isVital()
Vitalable
object.true
if this object is Vitalable
, false
otherwise.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.