Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.persisters.AncestorRecordsGenerator
-
Packages that use AncestorRecordsGenerator Package Description com.atlassian.confluence.impl.backuprestore.restore.persisters -
-
Uses of AncestorRecordsGenerator in com.atlassian.confluence.impl.backuprestore.restore.persisters
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters that return AncestorRecordsGenerator Modifier and Type Method Description AncestorRecordsGeneratorEntityPersistersFactory. createAncestorsGenerator(ExportableEntityInfo ancestorsEntityInfo)Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type AncestorRecordsGenerator Modifier and Type Method Description ContentPersisterEntityPersistersFactory. createContentEntityPersister(AncestorRecordsGenerator ancestorRecordsGenerator)Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type AncestorRecordsGenerator Constructor Description ContentPersister(ObjectPersister objectPersister, ImportedObjectsStashFactory importedObjectsStashFactory, IdMapper idMapper, ContentPersisterHelper contentPersisterHelper, AncestorRecordsGenerator ancestorRecordsGenerator, OnObjectsProcessingHandler onObjectsProcessingHandler)
-