akonadi
contactgroupsearchjob.cpp
void setLimit(int limit)
Sets a limit on how many results will be returned by this search job.
Definition: contactgroupsearchjob.cpp:175
Item::List items() const
Returns the items that matched the search query.
Definition: itemsearchjob.cpp:154
void setQuery(Criterion criterion, const QString &value)
Sets the criterion and value for the search.
Definition: contactgroupsearchjob.cpp:62
The result must start with the pattern (case insensitive).
Definition: contactgroupsearchjob.h:90
ContactGroupSearchJob(QObject *parent=0)
Creates a new contact group search job.
Definition: contactgroupsearchjob.cpp:34
Match
Describes the type of pattern matching that shall be used.
Definition: contactgroupsearchjob.h:88
void fetchFullPayload(bool fetch=true)
Sets whether the full payload shall be fetched.
Definition: itemfetchscope.cpp:68
static QUrl akonadiItemIdUri()
Returns an URI that represents a predicate that is always added to the Nepomuk resource by the Akonad...
Definition: itemsearchjob.cpp:161
The result must match exactly the pattern (case sensitive).
Definition: contactgroupsearchjob.h:89
~ContactGroupSearchJob()
Destroys the contact group search job.
Definition: contactgroupsearchjob.cpp:57
The result must contain the pattern (case insensitive).
Definition: contactgroupsearchjob.h:91
void setQuery(const QString &query)
Sets the search query in SPARQL format.
Definition: itemsearchjob.cpp:95
The name of the contact group.
Definition: contactgroupsearchjob.h:80
KABC::ContactGroup::List contactGroups() const
Returns the contact groups that matched the search criteria.
Definition: contactgroupsearchjob.cpp:180
Job that searches for items in the Akonadi storage.
Definition: itemsearchjob.h:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.