org.apache.jackrabbit.core.version
Interface InternalFreeze

All Superinterfaces:
InternalVersionItem
All Known Subinterfaces:
InternalFrozenNode, InternalFrozenVersionHistory

public interface InternalFreeze
extends InternalVersionItem

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


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

Method Detail

getName

Name getName()
returns the name of the node.

Returns:
the name of the node.


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