Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ImportedObjectFilter
-
Packages that use ImportedObjectFilter Package Description com.atlassian.confluence.impl.backuprestore.restore.preprocessing -
-
Uses of ImportedObjectFilter in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Classes in com.atlassian.confluence.impl.backuprestore.restore.preprocessing that implement ImportedObjectFilter Modifier and Type Class Description classClassShouldBeExportableFilterThe class verifies whether the imported object has to imported or not (based on its class).classHibernateEntityExistenceFilterThis filter verifies whether the imported object has the corresponding Hibernate entity or not.classInvalidBandanaRecordFilterSkips Bandana records if their context or key fields are empty.Constructor parameters in com.atlassian.confluence.impl.backuprestore.restore.preprocessing with type arguments of type ImportedObjectFilter Constructor Description ImportedObjectV1ToV2Converter(Collection<ImportedObjectFilter> filters, Collection<ImportedObjectPreprocessor> preprocessors, HibernateMetadataHelper hibernateMetadataHelper, EntityInfoSqlHelper entityInfoSqlHelper)
-