Class ImportedObjectsDispatcherFactory
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.restore.ImportedObjectsDispatcherFactory
-
public class ImportedObjectsDispatcherFactory extends Object
Factory forImportedObjectsDispatcher
- Since:
- 8.1.0
-
-
Constructor Summary
Constructors Constructor Description ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportedObjectsDispatcher
createImportedObjectsDispatcher(BackupRestoreJob job, JobSource jobSource, Optional<Set<String>> allowedLowerSpaceKeys, String filePath, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, OnObjectsProcessingHandler onObjectsProcessingHandler, Boolean backupAttachments)
-
-
-
Constructor Detail
-
ImportedObjectsDispatcherFactory
public ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal)
-
-
Method Detail
-
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
-
-