comparison OrthancServer/Sources/ServerContext.h @ 4694:da1edb7d6332

"/tools/bulk-delete" to delete a group of multiple, unrelated resources at once
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jun 2021 17:37:47 +0200
parents 66109d24d26e
children f0038043fb97 434843934307 94616af363ec
comparison
equal deleted inserted replaced
4693:45bce660ce3a 4694:da1edb7d6332
346 JobsEngine& GetJobsEngine() 346 JobsEngine& GetJobsEngine()
347 { 347 {
348 return jobsEngine_; 348 return jobsEngine_;
349 } 349 }
350 350
351 bool DeleteResource(Json::Value& target, 351 bool DeleteResource(Json::Value& remainingAncestor,
352 const std::string& uuid, 352 const std::string& uuid,
353 ResourceType expectedType); 353 ResourceType expectedType);
354 354
355 void SignalChange(const ServerIndexChange& change); 355 void SignalChange(const ServerIndexChange& change);
356 356