Uses of Interface
com.atlassian.confluence.importexport.xmlimport.ObjectPersisterFactory

Packages that use ObjectPersisterFactory
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
 

Uses of ObjectPersisterFactory in com.atlassian.confluence.importexport.xmlimport
 

Classes in com.atlassian.confluence.importexport.xmlimport that implement ObjectPersisterFactory
 class DefaultObjectPersisterFactory
          Factory to provide the correct ObjectPersister for a given ImportedObject.
 

Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ObjectPersisterFactory
 void BackupImporter.setObjectPersisterFactory(ObjectPersisterFactory objectPersisterFactory)
           
 

Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type ObjectPersisterFactory
DefaultImportProcessor(ObjectPersisterFactory persisterFactory, ImportProcessorContext context)
           
DefaultXmlImporter(ObjectPersisterFactory objectPersisterFactory, net.sf.hibernate.engine.SessionFactoryImplementor sessionFactory)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.