diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-19 15:28:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:49 +0200 |
commit | ba7c8b890c45d735216888204ec88882ef58c918 (patch) | |
tree | cb00c9b51e5353ba3726216679c81c0e2fe9ac35 /common/typeindex.h | |
parent | da1c86b80f230c3a2023f97c0048020a12e38de4 (diff) | |
download | sink-ba7c8b890c45d735216888204ec88882ef58c918.tar.gz sink-ba7c8b890c45d735216888204ec88882ef58c918.zip |
Ported the pipeline to the entitystore
Diffstat (limited to 'common/typeindex.h')
-rw-r--r-- | common/typeindex.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/typeindex.h b/common/typeindex.h index 2638577..e11e673 100644 --- a/common/typeindex.h +++ b/common/typeindex.h | |||
@@ -19,7 +19,6 @@ | |||
19 | #pragma once | 19 | #pragma once |
20 | 20 | ||
21 | #include "resultset.h" | 21 | #include "resultset.h" |
22 | #include "bufferadaptor.h" | ||
23 | #include "storage.h" | 22 | #include "storage.h" |
24 | #include "query.h" | 23 | #include "query.h" |
25 | #include "log.h" | 24 | #include "log.h" |
@@ -52,8 +51,8 @@ public: | |||
52 | { | 51 | { |
53 | mSecondaryProperties.insert(Left::name, Right::name); | 52 | mSecondaryProperties.insert(Left::name, Right::name); |
54 | } | 53 | } |
55 | void add(const QByteArray &identifier, const Sink::ApplicationDomain::BufferAdaptor &bufferAdaptor, Sink::Storage::DataStore::Transaction &transaction); | 54 | void add(const QByteArray &identifier, const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Storage::DataStore::Transaction &transaction); |
56 | void remove(const QByteArray &identifier, const Sink::ApplicationDomain::BufferAdaptor &bufferAdaptor, Sink::Storage::DataStore::Transaction &transaction); | 55 | void remove(const QByteArray &identifier, const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Storage::DataStore::Transaction &transaction); |
57 | 56 | ||
58 | QVector<QByteArray> query(const Sink::Query &query, QSet<QByteArray> &appliedFilters, QByteArray &appliedSorting, Sink::Storage::DataStore::Transaction &transaction); | 57 | QVector<QByteArray> query(const Sink::Query &query, QSet<QByteArray> &appliedFilters, QByteArray &appliedSorting, Sink::Storage::DataStore::Transaction &transaction); |
59 | QVector<QByteArray> lookup(const QByteArray &property, const QVariant &value, Sink::Storage::DataStore::Transaction &transaction); | 58 | QVector<QByteArray> lookup(const QByteArray &property, const QVariant &value, Sink::Storage::DataStore::Transaction &transaction); |