View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Operations | Relations

Parent Package: generic
Class REVISION_HISTORY
Defines the notion of a revision history of audit items, each associated with the version for which that audit was committed.

Attributes from Associations
SignatureOptionalityMultiplicityDocumentation
 items : List<REVISION_HISTORY_ITEM>0..1 * orderedThe items in this history. 


Operations
SignatureConstraintsDocumentation
 most_recent_version() : String 
post: Result.is_equal(items.last.version_id.value)  
The version id of the most recent item, as a String. 
 most_recent_version_time_committed() : String 
post: Result.is_equal(items.last.audits.first.time_committed.value)  
The commit date/time of the most recent item, as a String.