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 TypeClassDescriptionclassDeprecated.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 TypeMethodDescriptionvoidDefaultImportContext.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 TypeClassDescriptionclassExports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment objects.classDeprecated.since 8.3.0.classDeprecated, for removal: This API element is subject to removal in a future version.since 8.3.0classclassclassclassThis pre-processor ensures we are not importing objects that reference types we no longer support An example would be backup files withBodyContentreferencing 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.voidImportProcessorContext.setPreProcessor(ImportedObjectPreProcessor preProcessor) Deprecated.Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type ImportedObjectPreProcessorModifier and TypeMethodDescriptionvoidBackupImporter.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.