|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.core.version.InternalVersionItemImpl
org.apache.jackrabbit.core.version.InternalFreezeImpl
org.apache.jackrabbit.core.version.InternalFrozenVHImpl
Implements a InternalFrozenVersionHistory
Constructor Summary | |
InternalFrozenVHImpl(VersionManagerImpl vMgr,
org.apache.jackrabbit.core.version.NodeStateEx node,
InternalVersionItem parent)
Creates a new frozen version history. |
Method Summary | |
String |
getBaseVersionId()
Returns the id of the base version that was assigned to the node at the time it was versioned. |
InternalVersion |
getBaseVesion()
Returns the base version that was assigned to the node at the time it was versioned. |
String |
getId()
Returns the external id of this item |
QName |
getName()
returns the name of the node. |
InternalVersionItem |
getParent()
returns the parent version item or null |
InternalVersionHistory |
getVersionHistory()
Returns the version history that was assigned to the node at the time it was versioned. |
String |
getVersionHistoryId()
Returns the id of the version history that was assigned to the node at the time it was versioned. |
protected VersionManagerImpl |
getVersionManager()
Returns the persistent version manager for this item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jackrabbit.core.version.InternalVersionItem |
getParent |
Constructor Detail |
public InternalFrozenVHImpl(VersionManagerImpl vMgr, org.apache.jackrabbit.core.version.NodeStateEx node, InternalVersionItem parent)
node
- Method Detail |
public QName getName()
getName
in interface InternalFreeze
public String getId()
getId
in interface InternalVersionItem
public String getVersionHistoryId()
getVersionHistoryId
in interface InternalFrozenVersionHistory
public InternalVersionHistory getVersionHistory() throws VersionException
getVersionHistory
in interface InternalFrozenVersionHistory
VersionException
- if the history cannot be retrieved.public String getBaseVersionId()
getBaseVersionId
in interface InternalFrozenVersionHistory
public InternalVersion getBaseVesion() throws VersionException
getBaseVesion
in interface InternalFrozenVersionHistory
VersionException
- if the version could not be retrievedpublic InternalVersionItem getParent()
getParent
in interface InternalVersionItem
protected VersionManagerImpl getVersionManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |