|
Interface Summary |
| InternalFreeze |
the base interface for nodes that were versioned and turned either into
InternalFrozenNode or InteralFrozenVersionHistory. |
| InternalFrozenNode |
The InternalFrozenNode interface represents the frozen node that was generated
during a Node.checkin(). |
| InternalFrozenVersionHistory |
This interface defines a frozen versionable child node, that was created
during a Node.checkin() with a OPV==Version node. |
| InternalVersion |
This interface defines the internal version. |
| InternalVersionHistory |
This interface defines the internal version history. |
| InternalVersionItem |
This interface defines the base for all internal versioning items. |
| VersionManager |
This interface defines the version manager. |
| VersionSelector |
This Interface defines the version selector that needs to provide a version,
given some hints and a version history. the selector is used in the various
restore methods in order to select the correct version of previously versioned
OPV=Version children upon restore. |