|
ORE Studio 0.0.4
|
Service for managing CDS conventions. More...
#include <cds_convention_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| cds_convention_service (context ctx) | |
| std::vector< domain::cds_convention > | list_cds_conventions () |
| std::optional< domain::cds_convention > | get_cds_convention (const std::string &id) |
| void | save_cds_convention (const domain::cds_convention &v) |
| void | remove_cds_convention (const std::string &id) |
| std::vector< domain::cds_convention > | get_cds_convention_history (const std::string &id) |
Service for managing CDS conventions.