Uses of Interface
com.atlassian.confluence.importexport.ImportedObjectPreProcessor
Packages that use ImportedObjectPreProcessor
Package
Description
Imports Confluence data from an XML backup.
-
Uses of ImportedObjectPreProcessor in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement ImportedObjectPreProcessorModifier and TypeClassDescriptionclass
Deprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport that return ImportedObjectPreProcessorModifier and TypeMethodDescriptionDefaultImportContext.getPreProcessor()
Deprecated.ImportContext.getPreProcessor()
Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ImportedObjectPreProcessorModifier and TypeMethodDescriptionvoid
DefaultImportContext.setPreProcessor
(ImportedObjectPreProcessor preProcessor) Deprecated.Constructor parameters in com.atlassian.confluence.importexport with type arguments of type ImportedObjectPreProcessorModifierConstructorDescriptionChainedImportedObjectPreProcessor
(List<ImportedObjectPreProcessor> processorList) Deprecated. -
Uses of ImportedObjectPreProcessor in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement ImportedObjectPreProcessorModifier and TypeClassDescriptionclass
Exports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment objects.class
Deprecated.since 8.3.0.class
Deprecated, for removal: This API element is subject to removal in a future version.since 8.3.0class
class
class
class
This pre-processor ensures we are not importing objects that reference types we no longer support An example would be backup files withBodyContent
referencing a content of the legacy Mail type -
Uses of ImportedObjectPreProcessor in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return ImportedObjectPreProcessorMethods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportedObjectPreProcessorModifier and TypeMethodDescriptionDefaultXmlImporter.doImport
(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) Deprecated.XmlImporter.doImport
(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter progress, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) Deprecated.void
ImportProcessorContext.setPreProcessor
(ImportedObjectPreProcessor preProcessor) Deprecated.Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type ImportedObjectPreProcessorModifier and TypeMethodDescriptionvoid
BackupImporter.setPreProcessors
(List<ImportedObjectPreProcessor> preProcessors) Deprecated.Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportedObjectPreProcessorModifierConstructorDescriptionImportProcessorContext
(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, com.atlassian.core.util.ProgressMeter meter, boolean preserveIds, ImportedObjectPreProcessor preProcessor) Deprecated.