org.apache.jackrabbit.core.version
Interface InternalFreeze

All Superinterfaces:
InternalVersionItem
All Known Subinterfaces:
InternalFrozenNode, InternalFrozenVersionHistory
All Known Implementing Classes:
org.apache.jackrabbit.core.version.InternalFreezeImpl, InternalFrozenNodeImpl, InternalFrozenVHImpl

public interface InternalFreeze
extends InternalVersionItem

the base interface for nodes that were versioned and turned either into InternalFrozenNode or InteralFrozenVersionHistory.


Method Summary
 QName getName()
          returns the name of the node.
 
Methods inherited from interface org.apache.jackrabbit.core.version.InternalVersionItem
getId, getParent
 

Method Detail

getName

public QName getName()
returns the name of the node.

Returns:
the name of the node.


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