|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.version.VersionHistoryInfo
public class VersionHistoryInfo
Simple data object that carries the identifiers of a version history node and the related root version node.
| Constructor Summary | |
|---|---|
VersionHistoryInfo(NodeId versionHistoryId,
NodeId rootVersionId)
Creates an object that carries the given version history information. |
|
| Method Summary | |
|---|---|
NodeId |
getRootVersionId()
Returns the identifier of the root version node. |
NodeId |
getVersionHistoryId()
Returns the identifier of the version history node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionHistoryInfo(NodeId versionHistoryId,
NodeId rootVersionId)
versionHistoryId - identifier of the version history noderootVersionId - identifier of the root version node| Method Detail |
|---|
public NodeId getVersionHistoryId()
public NodeId getRootVersionId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||