Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
-
-
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type RestoreDao Constructor Description HiLoGeneratorInitialiserOnSiteRestore(com.atlassian.event.api.EventPublisher eventPublisher, org.hibernate.SessionFactory sessionFactory, RestoreDao restoreDao)ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal)RestoreService(org.hibernate.SessionFactory sessionFactory, BackupContainerReaderFactory backupContainerReaderFactory, ImportedObjectsDispatcherFactory importedObjectsDispatcherFactory, OnRestoreEventsSender onRestoreEventsSender, ExportableEntityInfoFactory exportableEntityInfoFactory, ImportTaskRunnerFactory importTaskRunnerFactory, BackupPropertiesValidator backupPropertiesValidator, OnRestoreSearchIndexerFactory onRestoreSearchIndexerFactory, RestoreDao restoreDao, BackupRestoreJobDao backupRestoreJobDao, SpaceDaoInternal spaceDaoInternal, CacheFlusher cacheFlusher, com.atlassian.event.api.EventPublisher eventPublisher, HiLoGeneratorInitialiserOnSiteRestore hiLoGeneratorInitialiserOnSiteRestore, StatisticsCollectorFactory statisticsCollectorFactory) -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.events
Constructors in com.atlassian.confluence.impl.backuprestore.restore.events with parameters of type RestoreDao Constructor Description OnRestoreEventsSender(com.atlassian.event.api.EventPublisher eventPublisher, UserAccessor userAccessor, RestoreDao restoreDao) -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Constructors in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type RestoreDao Constructor Description IdMapperFactory(List<ExistingEntityFinder> defaultExistingEntityFinders, com.atlassian.plugin.PluginAccessor pluginAccessor, RestoreDao restoreDao)SpaceRestoreIdMapper(PersistedObjectsRegister persistedObjectsRegister, RestoreDao restoreDao, ExistingEntityFindersProvider entityFinderProvider, FakeObjectProvider fakeObjectProvider, JobSource jobSource, OnObjectsProcessingHandler onObjectsProcessingHandler) -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders
Constructors in com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders with parameters of type RestoreDao Constructor Description LabelFinder(RestoreDao restoreDao) -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type RestoreDao Constructor Description DatabasePersister(RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapper idMapper, OnObjectsProcessingHandler onObjectsProcessingHandler) -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations with parameters of type RestoreDao Constructor Description DeferredActionsFactory(HibernateMetadataHelper hibernateMetadataHelper, RestoreDao restoreDao, IdMapper idMapper)DeferredUpdateRecordAction(IdMapper idMapper, RestoreDao restoreDao, ExportableEntityInfo entityInfoToUpdate, HibernateField hibernateFieldToUpdate, ExportableEntityInfo referencedEntityInfo, Object originalRecordId, Object referencedObjectId)
-