Interface InternalVersionItem
-
- All Known Subinterfaces:
InternalActivity
,InternalBaseline
,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 extensionsVersion
orVersionHistory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeId
getId()
Returns the id of this item.InternalVersionItem
getParent()
returns the parent version item ornull
.
-
-
-
Method Detail
-
getId
NodeId getId()
Returns the id of this item.- Returns:
- the id of this item.
-
getParent
InternalVersionItem getParent()
returns the parent version item ornull
.- Returns:
- the parent version item.
-
-