* Note that this reference will be to the current state of the versioned * node which may now correspond to a later version. * * @return a node reference (to the versioned node in the 'live' store) */ public NodeRef getVersionedNodeRef(); /** * Gets the reference to the node that contains the frozen state of the * version. * * @return a node reference (to the version node in the 'version' store) */ public NodeRef getFrozenStateNodeRef(); }