|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A version of a Node. All contents of these interface instances are uneditable. Created on Oct 20, 2003
Nested Class Summary | |
static interface |
NodeVersion.Iterator
Created on Oct 20, 2003 |
Method Summary | |
NodeVersion |
newerVersion()
The next newer version of this Node or null if most recent. |
NodeVersion |
olderVersion()
The next older version of this Node or null if the creator. |
Timestamp |
timestamp()
The Timestamp of this version of the Node. |
Txn |
txn()
The transaction that created this version of the Node. |
User |
user()
The User that modifed this Node to produce this version. |
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 User user()
txn()
.
public Timestamp timestamp()
txn()
.
public Txn txn()
public NodeVersion newerVersion()
public NodeVersion olderVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |