|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to the transaction history of a Node
.
NodeVersion
Method Summary | |
NodeVersion |
dated(Timestamp time)
The NodeVersion record that reflects this Node's state at the requested time. |
NodeVersion |
newestVersion()
The most recent version of this Node. |
NodeVersion |
oldestVersion()
The oldest version of this Node. |
NodeVersion.Iterator |
versions()
An Iterator over all the versions of this Node, from newest to oldest. |
Methods inherited from interface org.nodal.model.Node |
asAnchor, asMapNode, asRecordNode, asSequenceNode, bareNode, capability, content, edit, editMap, editRecord, editSequence, history, id, path, repository, type |
Method Detail |
public NodeVersion.Iterator versions()
public NodeVersion dated(Timestamp time)
public NodeVersion newestVersion()
public NodeVersion oldestVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |