|
ORE Studio 0.0.4
|
Service for managing lifecycle events. More...
#include <lifecycle_event_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| lifecycle_event_service (context ctx) | |
| std::vector< domain::lifecycle_event > | list_events () |
| std::optional< domain::lifecycle_event > | find_event (const std::string &code) |
| void | save_event (const domain::lifecycle_event &v) |
| void | save_events (const std::vector< domain::lifecycle_event > &events) |
| void | remove_event (const std::string &code) |
| void | remove_events (const std::vector< std::string > &codes) |
| Removes multiple lifecycle events. | |
| std::vector< domain::lifecycle_event > | get_event_history (const std::string &code) |
Service for managing lifecycle events.