Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
-
-
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 DbRawObjectData Modifier and Type Method Description List<DbRawObjectData>DatabaseExporterHelper. runNativeQueryInTransaction(String query, Map<String,?> paramMap, int limit)Run an arbitrary native SQL query.List<DbRawObjectData>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
Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with type arguments of type DbRawObjectData Modifier and Type Method Description List<EntityObjectReadyForExport>AbstractDatabaseDataConverter. convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties)List<EntityObjectReadyForExport>Converter. convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties)List<EntityObjectReadyForExport>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 DbRawObjectData Modifier and Type Method Description List<DbRawObjectData>RestoreDao. 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 DbRawObjectData Modifier and Type Method Description voidStatisticsCollector. onObjectsSkipping(Collection<DbRawObjectData> exportedEntities, SkippedObjectsReason skippedObjectsReason, String errorMessage)
-