org.apache.jackrabbit.core.version
Interface InternalVersionItem

All Known Subinterfaces:
InternalFreeze, InternalFrozenNode, InternalFrozenVersionHistory, InternalVersion, InternalVersionHistory
All Known Implementing Classes:
org.apache.jackrabbit.core.version.InternalFreezeImpl, InternalFrozenNodeImpl, InternalFrozenVHImpl, InternalVersionHistoryImpl, InternalVersionImpl, org.apache.jackrabbit.core.version.InternalVersionItemImpl

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
 String getId()
          Returns the external id of this item
 InternalVersionItem getParent()
          returns the parent version item or null
 

Method Detail

getId

public String getId()
Returns the external id of this item

Returns:

getParent

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

Returns:


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