|
ORE Studio 0.0.4
|
Wizard for first-time tenant setup after provisioning. More...
#include <TenantProvisioningWizard.hpp>
Inherits QWizard.

Classes | |
| struct | ReportSpec |
| Specification for an initial report definition to create during provisioning. More... | |
Signals | |
| void | provisioningCompleted () |
Public Member Functions | |
| TenantProvisioningWizard (ClientManager *clientManager, QWidget *parent=nullptr) | |
| ClientManager * | clientManager () const |
| QString | selectedBundleCode () const |
| void | setSelectedBundleCode (const QString &code) |
| QString | selectedBundleName () const |
| void | setSelectedBundleName (const QString &name) |
| QString | rootLei () const |
| void | setRootLei (const QString &lei) |
| QString | rootLeiName () const |
| void | setRootLeiName (const QString &name) |
| QString | leiDatasetSize () const |
| void | setLeiDatasetSize (const QString &size) |
| bool | organisationPublished () const |
| void | setOrganisationPublished (bool v) |
| DataSourceMode | dataSourceMode () const |
| void | setDataSourceMode (DataSourceMode m) |
| QString | syntheticCountry () const |
| void | setSyntheticCountry (const QString &c) |
| int | syntheticPartyCount () const |
| void | setSyntheticPartyCount (int c) |
| int | syntheticPartyMaxDepth () const |
| void | setSyntheticPartyMaxDepth (int d) |
| int | syntheticCounterpartyCount () const |
| void | setSyntheticCounterpartyCount (int c) |
| int | syntheticCounterpartyMaxDepth () const |
| void | setSyntheticCounterpartyMaxDepth (int d) |
| int | syntheticPortfolioLeafCount () const |
| void | setSyntheticPortfolioLeafCount (int c) |
| int | syntheticPortfolioMaxDepth () const |
| void | setSyntheticPortfolioMaxDepth (int d) |
| int | syntheticBooksPerPortfolio () const |
| void | setSyntheticBooksPerPortfolio (int c) |
| int | syntheticBusinessUnitCount () const |
| void | setSyntheticBusinessUnitCount (int c) |
| int | syntheticBusinessUnitMaxDepth () const |
| void | setSyntheticBusinessUnitMaxDepth (int d) |
| bool | syntheticGenerateAddresses () const |
| void | setSyntheticGenerateAddresses (bool v) |
| int | syntheticContactsPerParty () const |
| void | setSyntheticContactsPerParty (int c) |
| int | syntheticContactsPerCounterparty () const |
| void | setSyntheticContactsPerCounterparty (int c) |
| bool | syntheticGenerateIdentifiers () const |
| void | setSyntheticGenerateIdentifiers (bool v) |
| std::optional< std::uint64_t > | syntheticSeed () const |
| void | setSyntheticSeed (std::optional< std::uint64_t > s) |
| std::vector< ReportSpec > | selectedReports () const |
| void | setSelectedReports (std::vector< ReportSpec > r) |
| void | clearBootstrapFlag () |
| Clears the system.bootstrap_mode flag for the current tenant. | |
Wizard for first-time tenant setup after provisioning.
Guides a tenant admin through initial setup:
This wizard appears automatically on first login to a tenant that is in bootstrap mode. It clears the bootstrap flag on completion or cancel.