Nepomuk-Core
#include <queryservice.h>
Public Slots | |
Q_SCRIPTABLE QDBusObjectPath | desktopQuery (const QString &query, const QDBusMessage &msg) |
Q_SCRIPTABLE QDBusObjectPath | query (const QString &query, const QDBusMessage &msg) |
Q_SCRIPTABLE QDBusObjectPath | sparqlQuery (const QString &query, const RequestPropertyMapDBus &requestProps, const QDBusMessage &msg) |
Public Member Functions | |
QueryService (Soprano::Model *model, QObject *parent) | |
~QueryService () | |
Static Public Member Functions | |
static QThreadPool * | searchThreadPool () |
Detailed Description
Definition at line 43 of file queryservice.h.
Constructor & Destructor Documentation
Nepomuk2::Query::QueryService::QueryService | ( | Soprano::Model * | model, |
QObject * | parent | ||
) |
Definition at line 44 of file queryservice.cpp.
Nepomuk2::Query::QueryService::~QueryService | ( | ) |
Definition at line 79 of file queryservice.cpp.
Member Function Documentation
|
slot |
Create a query folder from desktop query string query
which needs to be parsable by QueryParser.
Definition at line 111 of file queryservice.cpp.
|
slot |
Create a query folder from encoded query query
.
Definition at line 96 of file queryservice.cpp.
|
static |
Definition at line 90 of file queryservice.cpp.
|
slot |
Create a query folder from SPARQL query string query
.
The optional properties in requestProps
are assumed to be part of query
already as done by Query::toSparqlQuery. They are simple needed to map bindings to properties.
Definition at line 139 of file queryservice.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.