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 InternalFrozenVersionHistory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-