Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment.ExportObjectsEnrichment
-
-
Uses of ExportObjectsEnrichment in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Constructor parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with type arguments of type ExportObjectsEnrichment Constructor Description EntityWithAdditionalDataConverter(CommonDatabaseDataConverter commonDatabaseDataConverter, List<ExportObjectsEnrichment> exportObjectsEnrichmentList) -
Uses of ExportObjectsEnrichment in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Classes in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment that implement ExportObjectsEnrichment Modifier and Type Class Description classAllowedOperationsEnrichmentAdds `allowedOperations` collection to entities which has a set `allowedOperations` in hibernate mapping.classAttributesEnrichmentAdds `attributes` collection to entities which has a map `attributes` in hibernate mapping.classUserEmailEnrichmentAdd email property to ConfluenceUserImpl entity
-