comparison OrthancServer/IDatabaseWrapper.h @ 3036:8fd203510d8b db-changes

moving LookupIdentifierQuery to the graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 16:27:07 +0100
parents 18a2d196414b
children 53d583d2c775
comparison
equal deleted inserted replaced
3034:54e422fe31ce 3036:8fd203510d8b
226 IStorageArea& storageArea) = 0; 226 IStorageArea& storageArea) = 0;
227 227
228 virtual bool IsDiskSizeAbove(uint64_t threshold) = 0; 228 virtual bool IsDiskSizeAbove(uint64_t threshold) = 0;
229 229
230 virtual void ApplyLookupResources(std::vector<std::string>& resourcesId, 230 virtual void ApplyLookupResources(std::vector<std::string>& resourcesId,
231 std::vector<std::string>& instancesId, 231 std::vector<std::string>* instancesId, // Can be NULL if not needed
232 const std::vector<DatabaseConstraint>& lookup, 232 const std::vector<DatabaseConstraint>& lookup,
233 ResourceType queryLevel, 233 ResourceType queryLevel,
234 size_t limit) = 0; 234 size_t limit) = 0;
235 }; 235 };
236 } 236 }