Class IdMapperFactory
- java.lang.Object
 - 
- com.atlassian.confluence.impl.backuprestore.restore.idmapping.IdMapperFactory
 
 
- 
public class IdMapperFactory extends Object
Creates id mapper based on job scope.- Since:
 - 8.1.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IdMapperFactory(List<ExistingEntityFinder> defaultExistingEntityFinders, com.atlassian.plugin.PluginAccessor pluginAccessor, RestoreDao restoreDao) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdMappercreateIdMapper(BackupRestoreJob job, JobSource jobSource, Collection<ExportableEntityInfo> importableEntitiesInfo, OnObjectsProcessingHandler onObjectsProcessingHandler) 
 - 
 
- 
- 
Constructor Detail
- 
IdMapperFactory
public IdMapperFactory(List<ExistingEntityFinder> defaultExistingEntityFinders, com.atlassian.plugin.PluginAccessor pluginAccessor, RestoreDao restoreDao)
 
 - 
 
- 
Method Detail
- 
createIdMapper
public IdMapper createIdMapper(BackupRestoreJob job, JobSource jobSource, Collection<ExportableEntityInfo> importableEntitiesInfo, OnObjectsProcessingHandler onObjectsProcessingHandler) throws BackupRestoreException
- Throws:
 BackupRestoreException
 
 - 
 
 -