|
ORE Studio 0.0.4
|
Reads and writes FSM transitions to data storage. More...
#include <fsm_transition_repository.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| std::string | sql () |
| void | write (context ctx, const domain::fsm_transition &v) |
| void | write (context ctx, const std::vector< domain::fsm_transition > &v) |
| std::vector< domain::fsm_transition > | read_latest (context ctx) |
| std::vector< domain::fsm_transition > | read_latest_by_machine (context ctx, const boost::uuids::uuid &machine_id) |
| std::optional< domain::fsm_transition > | find_by_id (context ctx, const boost::uuids::uuid &id) |
| void | remove (context ctx, const boost::uuids::uuid &id) |
Reads and writes FSM transitions to data storage.