8#ifndef DBE_CONFIG_API_COMMANDS_H_
9#define DBE_CONFIG_API_COMMANDS_H_
52void newobj ( std::string
const & fn, std::string
const & class_name,
53 std::string
const & UID,
68bool delobj ( inner::configobject::tref obj, QUuid
const & src );
80bool renobj ( inner::configobject::tref obj, std::string
const & newuuid,
90bool movobj ( inner::configobject::tref obj, std::string
const & destination,
104 std::vector<std::string>
const & others );
119void add ( QString
const & db, QString
const & fn );
121void remove ( QString
const & db, QString
const & fn );
void remove(QString const &db, QString const &fn)
void add(QString const &db, QString const &fn)
void newobj(std::string const &fn, std::string const &class_name, std::string const &UID, dbe::t_config_object_preimage::type_attrmap const &attributes, dbe::t_config_object_preimage::type_relmap const &relations, QUuid const &src)
bool renobj(inner::configobject::tref obj, std::string const &newuuid, QUuid const &src)
void modobj(tref Object, dunedaq::conffwk::attribute_t const &AttributeData, T Value)
bool movobj(inner::configobject::tref obj, std::string const &destination, QUuid const &src)
bool delobj(inner::configobject::tref obj, QUuid const &src)
M< type_str, type_attributes > type_attrmap
M< type_str, type_images > type_relmap