Class DelegatingObjectPersisterFactory

java.lang.Object
com.atlassian.confluence.importexport.xmlimport.DelegatingObjectPersisterFactory
All Implemented Interfaces:
ObjectPersisterFactory

@Deprecated public class DelegatingObjectPersisterFactory extends Object implements ObjectPersisterFactory
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
Factory to provide the correct ObjectPersister for a given ImportedObject. Guarantees not to return null from createPersisterFor(com.atlassian.confluence.importexport.xmlimport.model.ImportedObject). Delegates to a list of factories to create type-specific persisters.