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. 
com.atlassian.confluence.importexport.xmlimport.persister   
 

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

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

Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type ObjectPersisterFactory
DefaultImportProcessor(ObjectPersisterFactory persisterFactory, ImportProcessorContext context)
           
DefaultXmlImporter(ObjectPersisterFactory objectPersisterFactory, net.sf.hibernate.SessionFactory sessionFactory)
           
DelegatingObjectPersisterFactory(java.util.List<ObjectPersisterFactory> delegateFactories, ObjectPersisterFactory defaultFactory)
           
 

Constructor parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type ObjectPersisterFactory
DelegatingObjectPersisterFactory(java.util.List<ObjectPersisterFactory> delegateFactories, ObjectPersisterFactory defaultFactory)
           
 

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

Classes in com.atlassian.confluence.importexport.xmlimport.persister that implement ObjectPersisterFactory
 class HibernateKeyPersisterFactory
          Creates an instance of HibernateKeyPersister if the ImportedObject matches.
 class HibernateMembershipPersisterFactory
          Creates an instance of HibernateMembershipPersister if the ImportedObject matches.
 class PropertySetItemPersisterFactory
          Creates an instance of PropertySetItemPersister if the ImportedObject matches.
 class ReflectiveObjectPersisterFactory
          Creates an instance of ReflectiveObjectPersister.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.