comparison OrthancServer/IDatabaseWrapper.h @ 1750:55d52567bebb db-changes

LookupResource implemented
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 12:45:50 +0100
parents d143db00a794
children b1291df2f780
comparison
equal deleted inserted replaced
1749:99f4a05f39fa 1750:55d52567bebb
81 virtual bool HasFlushToDisk() const = 0; 81 virtual bool HasFlushToDisk() const = 0;
82 82
83 virtual void GetAllMetadata(std::map<MetadataType, std::string>& target, 83 virtual void GetAllMetadata(std::map<MetadataType, std::string>& target,
84 int64_t id) = 0; 84 int64_t id) = 0;
85 85
86 virtual void GetAllInternalIds(std::list<int64_t>& target,
87 ResourceType resourceType) = 0;
88
86 virtual void GetAllPublicIds(std::list<std::string>& target, 89 virtual void GetAllPublicIds(std::list<std::string>& target,
87 ResourceType resourceType) = 0; 90 ResourceType resourceType) = 0;
88 91
89 virtual void GetAllPublicIds(std::list<std::string>& target, 92 virtual void GetAllPublicIds(std::list<std::string>& target,
90 ResourceType resourceType, 93 ResourceType resourceType,