|
ORE Studio 0.0.4
|
Results page showing per-dataset publication outcomes. More...
#include <PublishBundleWizard.hpp>
Inherits QWizardPage.

Public Member Functions | |
| PublishResultsPage (PublishBundleWizard *wizard) | |
| void | initializePage () override |
| void | setResults (bool overallSuccess, const QString &errorMessage, const std::vector< dq::messaging::bundle_dataset_result > &results) |
| Set results data for display. | |
Results page showing per-dataset publication outcomes.
Displays a table of results for each dataset in the bundle, including record counts for inserts, updates, skips, deletes, and any error messages.
| void setResults | ( | bool | overallSuccess, |
| const QString & | errorMessage, | ||
| const std::vector< dq::messaging::bundle_dataset_result > & | results | ||
| ) |
Set results data for display.
Called by PublishProgressPage when the publication completes.