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 classChainedImportedObjectPreProcessorDeprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport that return ImportedObjectPreProcessor Modifier and Type Method Description ImportedObjectPreProcessorDefaultImportContext. getPreProcessor()Deprecated.ImportedObjectPreProcessorImportContext. getPreProcessor()Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ImportedObjectPreProcessor Modifier and Type Method Description voidDefaultImportContext. 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 classAttachmentContentStatusPreProcessorExports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment objects.classBandanaXStreamUpgradePreProcessorDeprecated.since 8.3.0.classContentPropertyFilterPreProcessorDeprecated, for removal: This API element is subject to removal in a future version.since 8.3.0classNotNullBandanaRecordPreProcessorclassSkipObjectPreProcessorclassSkipObjectPropertyPreProcessorclassSkipObjectWithReferencePreProcessorThis 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 ImportedObjectPreProcessor Modifier and Type Method Description ImportedObjectPreProcessorImportProcessorContext. getPreProcessor()Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportedObjectPreProcessor Modifier and Type Method Description ImportProcessorSummaryDefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor)Deprecated.ImportProcessorSummaryXmlImporter. 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 ImportedObjectPreProcessor Modifier and Type Method Description voidBackupImporter. 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.
-