org.apache.jackrabbit.core.version
Interface InternalVersionItem

All Known Subinterfaces:
InternalFreeze, InternalFrozenNode, InternalFrozenVersionHistory, InternalVersion, InternalVersionHistory

public interface InternalVersionItem

This interface defines the base for all internal versioning items. Internal versioning items are decoupled from their external form as exposed to the repository or in form of the node extensions Version or VersionHistory.


Method Summary
 NodeId getId()
          Returns the id of this item.
 InternalVersionItem getParent()
          returns the parent version item or null.
 

Method Detail

getId

public NodeId getId()
Returns the id of this item.

Returns:
the id of this item.

getParent

public InternalVersionItem getParent()
returns the parent version item or null.

Returns:
the parent version item.


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.