8class Command_replace_from_list
12 static constexpr char objectType[] =
"replace_from_list";
13 static Command* createFromDump(
ObjectId id);
14 static Command* createFromNetwork(
const nlohmann::json& command_data );
17 Command_replace_from_list(
ObjectId id );
18 virtual ~Command_replace_from_list();
20 virtual bool performCommand()
final;