Class ImportedObjectsDispatcherFactory
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcherFactory
Factory for
ImportedObjectsDispatcher
- Since:
- 8.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionImportedObjectsDispatcherFactory
(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal) -
Method Summary
Modifier and TypeMethodDescriptioncreateImportedObjectsDispatcher
(BackupRestoreJob job, JobSource jobSource, Optional<Set<String>> allowedLowerSpaceKeys, String filePath, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, OnObjectsProcessingHandler onObjectsProcessingHandler, Boolean backupAttachments)
-
Constructor Details
-
ImportedObjectsDispatcherFactory
public ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal)
-
-
Method Details
-
createImportedObjectsDispatcher
public ImportedObjectsDispatcher createImportedObjectsDispatcher(BackupRestoreJob job, JobSource jobSource, Optional<Set<String>> allowedLowerSpaceKeys, String filePath, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, OnObjectsProcessingHandler onObjectsProcessingHandler, Boolean backupAttachments) throws BackupRestoreException - Throws:
BackupRestoreException
-