comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5722:3fd4d5833c55 find-refactoring-clean

removed StatelessDatabaseOperations::ApplyLookupResources()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Jul 2024 10:09:08 +0200
parents 3f97590cc0c9
children
comparison
equal deleted inserted replaced
5721:3f97590cc0c9 5722:3fd4d5833c55
623 623
624 bool LookupParent(std::string& target, 624 bool LookupParent(std::string& target,
625 const std::string& publicId, 625 const std::string& publicId,
626 ResourceType parentType); 626 ResourceType parentType);
627 627
628 void ApplyLookupResources(std::vector<std::string>& resourcesId,
629 std::vector<std::string>* instancesId, // Can be NULL if not needed
630 const DatabaseLookup& lookup,
631 ResourceType queryLevel,
632 const std::set<std::string>& labels,
633 LabelsConstraint labelsConstraint,
634 uint32_t limit);
635
636 bool DeleteResource(Json::Value& remainingAncestor /* out */, 628 bool DeleteResource(Json::Value& remainingAncestor /* out */,
637 const std::string& uuid, 629 const std::string& uuid,
638 ResourceType expectedType); 630 ResourceType expectedType);
639 631
640 void LogExportedResource(const std::string& publicId, 632 void LogExportedResource(const std::string& publicId,