See: Description
| Interface | Description |
|---|---|
| ImportProcessor | |
| InputStreamFactory |
Importers might need to make several passes over the same import, so we provide them with a factory for input
streams, not just a single stream.
|
| ObjectPersister |
Handles the persistence of objects imported from a backup.
|
| ObjectPersisterFactory |
Factory to provide the correct
ObjectPersister for a given ImportedObject. |
| Operation |
A deferred operation that is waiting on the availability of some object that has not yet been imported.
|
| XmlImporter |
| Class | Description |
|---|---|
| BackupImporter | |
| BackupParserUtil |
Helper methods for creating and parsing backup files.
|
| DefaultImportProcessor | |
| DefaultXmlImporter | |
| DeferredOperations | |
| DeferredOperationsLogger |
The purpose of this class is logging only.
|
| DelegatingObjectPersisterFactory |
Factory to provide the correct
ObjectPersister for a given ImportedObject. |
| FileBackupImporter | |
| HibernateHiLoIdFixer |
Fixes the "Hi" values of the HibernateHiLoIdGenerator after an import.
|
| ImportProcessorContext |
Context that records the current state of an import, and provides helper methods that are dependent on that state.
|
| OperationSet |
A mapping between a list of
Operations, and the handles of all the objects that must be imported
for those operations to be performed. |
| RestoreBandanaValuesTransactionCallbackDecorator<T> |
Certain Bandana values may need to be restored after an import is completed.
|
| RestorePluginStateStoreTransactionCallbackDecorator<T> |
Decorates a TransactionCallback with logic to take a snapshot of the
PluginPersistentStateStore before
execution and restore it after execution. |
| SanitizedFilterReader |
an InputStream that filters out any characters codes from a set provided during construction
|
Copyright © 2003–2022 Atlassian. All rights reserved.