Uses of Interface
com.atlassian.confluence.importexport.ImportedObjectPreProcessor
-
Packages that use ImportedObjectPreProcessor Package Description com.atlassian.confluence.importexport com.atlassian.confluence.importexport.impl com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. -
-
Uses of ImportedObjectPreProcessor in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement ImportedObjectPreProcessor Modifier and Type Class Description class
ChainedImportedObjectPreProcessor
Deprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport that return ImportedObjectPreProcessor Modifier and Type Method Description ImportedObjectPreProcessor
DefaultImportContext. getPreProcessor()
Deprecated.ImportedObjectPreProcessor
ImportContext. getPreProcessor()
Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ImportedObjectPreProcessor Modifier and Type Method Description void
DefaultImportContext. setPreProcessor(ImportedObjectPreProcessor preProcessor)
Deprecated.Constructor parameters in com.atlassian.confluence.importexport with type arguments of type ImportedObjectPreProcessor Constructor Description ChainedImportedObjectPreProcessor(List<ImportedObjectPreProcessor> processorList)
Deprecated. -
Uses of ImportedObjectPreProcessor in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement ImportedObjectPreProcessor Modifier and Type Class Description class
AttachmentContentStatusPreProcessor
Exports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment objects.class
BandanaXStreamUpgradePreProcessor
Responsible for migrating incoming XStream data in ConfluenceBandanaRecord from 1.1.1 format to 1.4.13.class
ContentPropertyFilterPreProcessor
Export from 6.x may include content properties such as synchrony related ones, which need to be filtered out on importclass
NotNullBandanaRecordPreProcessor
class
SkipObjectPreProcessor
class
SkipObjectPropertyPreProcessor
class
SkipObjectWithReferencePreProcessor
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 ImportedObjectPreProcessor Modifier and Type Method Description ImportedObjectPreProcessor
ImportProcessorContext. getPreProcessor()
Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportedObjectPreProcessor Modifier and Type Method Description ImportProcessorSummary
DefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor)
Deprecated.ImportProcessorSummary
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 ImportedObjectPreProcessor Modifier and Type Method Description void
BackupImporter. setPreProcessors(List<ImportedObjectPreProcessor> preProcessors)
Deprecated.Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportedObjectPreProcessor Constructor Description ImportProcessorContext(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, com.atlassian.core.util.ProgressMeter meter, boolean preserveIds, ImportedObjectPreProcessor preProcessor)
Deprecated.
-