Uses of Interface
com.atlassian.confluence.importexport.xmlimport.ObjectPersister
-
Packages that use ObjectPersister Package Description com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.importexport.xmlimport.persister -
-
Uses of ObjectPersister in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return ObjectPersister Modifier and Type Method Description ObjectPersister
DelegatingObjectPersisterFactory. createPersisterFor(ImportedObject importedObject)
Deprecated.ObjectPersister
ObjectPersisterFactory. createPersisterFor(ImportedObject importedObject)
Deprecated.Creates a new persister for the givenImportedObject
. -
Uses of ObjectPersister in com.atlassian.confluence.importexport.xmlimport.persister
Classes in com.atlassian.confluence.importexport.xmlimport.persister that implement ObjectPersister Modifier and Type Class Description class
AbstractObjectPersister
Deprecated.since 7.17.0class
ConfluenceUserPersister
Deprecated.since 7.17.0class
ContentPropertyPersister
Deprecated.since 7.17.0class
HibernateContentPermissionPersister
Deprecated.since 7.17.0class
HibernateKeyPersister
Deprecated.since 7.17.0class
HibernateMembershipPersister
Deprecated.since 7.17.0class
NoopPersister
Deprecated.since 7.17.0class
PropertySetItemPersister
Deprecated.since 7.17.0class
ReflectiveObjectPersister
Deprecated.since 7.17.0Methods in com.atlassian.confluence.importexport.xmlimport.persister that return ObjectPersister Modifier and Type Method Description ObjectPersister
ConfluenceUserPersisterFactory. createPersisterFor(ImportedObject importedObject)
Deprecated.ObjectPersister
ContentPropertyPersisterFactory. createPersisterFor(ImportedObject importedObject)
Deprecated.ObjectPersister
SynchronyEventsPersisterFactory. createPersisterFor(ImportedObject importedObject)
Deprecated.ObjectPersister
SynchronySnapshotsPersisterFactory. createPersisterFor(ImportedObject importedObject)
Deprecated.
-