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 ObjectPersisterDelegatingObjectPersisterFactory. createPersisterFor(ImportedObject importedObject)Deprecated.ObjectPersisterObjectPersisterFactory. 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 classAbstractObjectPersisterDeprecated.since 7.17.0classConfluenceUserPersisterDeprecated.since 7.17.0classContentPropertyPersisterDeprecated.since 7.17.0classHibernateContentPermissionPersisterDeprecated.since 7.17.0classHibernateKeyPersisterDeprecated.since 7.17.0classHibernateMembershipPersisterDeprecated.since 7.17.0classNoopPersisterDeprecated.since 7.17.0classPropertySetItemPersisterDeprecated.since 7.17.0classReflectiveObjectPersisterDeprecated.since 7.17.0Methods in com.atlassian.confluence.importexport.xmlimport.persister that return ObjectPersister Modifier and Type Method Description ObjectPersisterConfluenceUserPersisterFactory. createPersisterFor(ImportedObject importedObject)Deprecated.ObjectPersisterContentPropertyPersisterFactory. createPersisterFor(ImportedObject importedObject)Deprecated.ObjectPersisterSynchronyEventsPersisterFactory. createPersisterFor(ImportedObject importedObject)Deprecated.ObjectPersisterSynchronySnapshotsPersisterFactory. createPersisterFor(ImportedObject importedObject)Deprecated.
-