Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
Packages that use DbRawObjectData
Package
Description
-
Uses of DbRawObjectData in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type DbRawObjectDataModifier and TypeMethodDescriptionDatabaseExporterHelper.runNativeQueryInTransaction(String query, Map<String, ?> paramMap, int limit) Run an arbitrary native SQL query.DatabaseExporterHelper.runQueryWithInCondition(String query, String fieldName, Collection<?> values) Runs a a native SQL query. -
Uses of DbRawObjectData in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type DbRawObjectDataModifier and TypeMethodDescriptionprotected abstract EntityObjectReadyForExportAbstractDatabaseDataConverter.convertToObjectReadyForSerialisation(DbRawObjectData dbObject) Converts db object into object ready for serialisationprotected EntityObjectReadyForExportCommonDatabaseDataConverter.convertToObjectReadyForSerialisation(DbRawObjectData dbObject) protected EntityObjectReadyForExportContent2ContentRelationEntityDataConverter.convertToObjectReadyForSerialisation(DbRawObjectData dbObject) protected EntityObjectReadyForExportContentEntityDatabaseDataConverter.convertToObjectReadyForSerialisation(DbRawObjectData dbObject) protected EntityObjectReadyForExportUserMappingDatabaseDataConverter.convertToObjectReadyForSerialisation(DbRawObjectData dbObject) protected EntityObjectReadyForExportAbstractDatabaseDataConverter.convertToObjectReadyForSerialisationImpl(DbRawObjectData dbObject) Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with type arguments of type DbRawObjectDataModifier and TypeMethodDescriptionAbstractDatabaseDataConverter.convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties) Converter.convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties) EntityWithAdditionalDataConverter.convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties) -
Uses of DbRawObjectData in com.atlassian.confluence.impl.backuprestore.restore.dao
Methods in com.atlassian.confluence.impl.backuprestore.restore.dao that return types with arguments of type DbRawObjectDataModifier and TypeMethodDescriptionRestoreDao.runNativeQueryInTransaction(String query, Map<String, ?> paramMap, int limit) -
Uses of DbRawObjectData in com.atlassian.confluence.impl.backuprestore.statistics
Method parameters in com.atlassian.confluence.impl.backuprestore.statistics with type arguments of type DbRawObjectDataModifier and TypeMethodDescriptionvoidStatisticsCollector.onObjectsSkipping(Collection<DbRawObjectData> exportedEntities, SkippedObjectsReason skippedObjectsReason, String errorMessage)