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, EntityInfoSqlHelper entityInfoSqlHelper) -
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 ContentPersister(DatabasePersister databasePersister, ImportedObjectsStashFactory importedObjectsStashFactory, ContentPersisterHelper contentPersisterHelper, IdMapper idMapper)EntityPersistersFactory(DatabasePersister databasePersister, ImportedObjectsStashFactory importedObjectsStashFactory, IdMapper idMapper, DeferredActionsHolder deferredActionsHolder)GenericPersister(Class<?> supportedClass, IdMapper idMapper, DatabasePersister databasePersister, ImportedObjectsStashFactory importedObjectsStashFactory) -
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.
-