Package | Description |
---|---|
com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
com.atlassian.confluence.importexport.xmlimport.persister |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingObjectPersisterFactory
Factory to provide the correct
ObjectPersister for a given ImportedObject . |
Constructor and Description |
---|
DefaultImportProcessor(ObjectPersisterFactory persisterFactory,
ImportProcessorContext context) |
DefaultXmlImporter(ObjectPersisterFactory objectPersisterFactory,
net.sf.hibernate.SessionFactory sessionFactory) |
DelegatingObjectPersisterFactory(List<ObjectPersisterFactory> delegateFactories,
ObjectPersisterFactory defaultFactory) |
Constructor and Description |
---|
DelegatingObjectPersisterFactory(List<ObjectPersisterFactory> delegateFactories,
ObjectPersisterFactory defaultFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateContentPermissionPersisterFactory
Creates an instance of
HibernateContentPermissionPersister if the ImportedObject matches. |
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–2016 Atlassian. All rights reserved.