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 SpaceRestoreService(BackupContainerReaderFactory backupContainerReaderFactory, org.hibernate.SessionFactory sessionFactory, ImportedObjectsStashFactory importedObjectsStashFactory, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, RestoreDao restoreDao) -
Uses of ImportedObjectsStashFactory in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type ImportedObjectsStashFactory Constructor Description EntityPersistersFactory(DatabasePersister databasePersister, ImportedObjectsStashFactory importedObjectsStashFactory, IdMapper idMapper)SpacePersister(ExportableEntityInfo entityInfo, DatabasePersister databasePersister, ImportedObjectsStashFactory importedObjectsStashFactory, IdMapper idMapper) -
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.
-