Generated by
JDiff

Interface javax.jcr.version.Version

Added Methods
Node getFrozenNode() Returns the frozen node of this version.
Version getLinearPredecessor() Assuming that this Version object was acquired through a Workspace W and is within the VersionHistory H, this method returns the predecessor of this version along the same line of descent as is returned by H.getAllLinearVersions() where H was also acquired through W.
Version getLinearSuccessor() Assuming that this Version object was acquired through a Workspace W and is within the VersionHistory H, this method returns the successor of this version along the same line of descent as is returned by H.getAllLinearVersions() where H was also acquired through W.