Uses of Interface
com.atlassian.confluence.importexport.xmlimport.ObjectPersisterFactory
-
Packages that use ObjectPersisterFactory Package Description 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 Modifier and Type Class Description class
DelegatingObjectPersisterFactory
Deprecated.since 7.17.0.Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type ObjectPersisterFactory Constructor Description DefaultImportProcessor(ObjectPersisterFactory persisterFactory, ImportProcessorContext context)
Deprecated.DefaultXmlImporter(ObjectPersisterFactory objectPersisterFactory, org.hibernate.SessionFactory sessionFactory)
Deprecated.DelegatingObjectPersisterFactory(List<ObjectPersisterFactory> delegateFactories, ObjectPersisterFactory defaultFactory)
Deprecated.Constructor parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type ObjectPersisterFactory Constructor Description DelegatingObjectPersisterFactory(List<ObjectPersisterFactory> delegateFactories, ObjectPersisterFactory defaultFactory)
Deprecated. -
Uses of ObjectPersisterFactory in com.atlassian.confluence.importexport.xmlimport.persister
Classes in com.atlassian.confluence.importexport.xmlimport.persister that implement ObjectPersisterFactory Modifier and Type Class Description class
ConfluenceUserPersisterFactory
Deprecated.since 7.17.0class
ContentPropertyPersisterFactory
Deprecated.since 7.17.0class
HibernateContentPermissionPersisterFactory
Deprecated.since 7.17.0class
HibernateKeyPersisterFactory
Deprecated.since 7.17.0class
HibernateMembershipPersisterFactory
Deprecated.since 7.17.0class
PropertySetItemPersisterFactory
Deprecated.since 7.17.0class
ReflectiveObjectPersisterFactory
Deprecated.since 7.17.0class
SynchronyEventsPersisterFactory
Deprecated.since 7.17.0class
SynchronySnapshotsPersisterFactory
Deprecated.since 7.17.0
-