Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactory
-
-
Uses of ImportedObjectsStashFactory in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type ImportedObjectsStashFactory Constructor Description ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem) -
Uses of ImportedObjectsStashFactory in com.atlassian.confluence.impl.backuprestore.restore.persisters
-
Uses of ImportedObjectsStashFactory in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type ImportedObjectsStashFactory Constructor Description OnRestoreSearchIndexerFactory(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory)OnRestoreSpaceSearchIndexer(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, ParallelTasksExecutor parallelTasksExecutor) -
Uses of ImportedObjectsStashFactory in com.atlassian.confluence.impl.backuprestore.restore.stash
Classes in com.atlassian.confluence.impl.backuprestore.restore.stash that implement ImportedObjectsStashFactory Modifier and Type Class Description classImportedObjectsStashFactoryImplCreates an instance of ImportedObjectsStash.
-