| Interface | Description |
|---|---|
| ImporterContext |
The
ImporterContext interface describes the support provided by
the upgrade tool to PageImporter implementations during the import
process. |
| MigrationConstants |
The
MigrationConstants interface provides useful constants
throughout the upgrade process. |
| PageImporter |
The
PageImporter interface defines service interface for
pluggable ContentBus Page importers. |
| Class | Description |
|---|---|
| GenericImporter |
The
GenericImporter implements the PageImporter
interface and provides a basic and generic implementation of a page importer. |
| ImportUtil |