Akonadi
itemmodifyjob.h
void setIgnorePayload(bool ignore)
Sets whether the payload of the modified item shall be omitted from transmission to the Akonadi stora...
Definition itemmodifyjob.cpp:370
void disableRevisionCheck()
Disables the check of the revision number.
Definition itemmodifyjob.cpp:410
ItemModifyJob(const Item &item, QObject *parent=nullptr)
Creates a new item modify job.
Definition itemmodifyjob.cpp:130
bool ignorePayload() const
Returns whether the payload of the modified item shall be omitted from transmission to the Akonadi st...
Definition itemmodifyjob.cpp:387
void disableAutomaticConflictHandling()
Disables the automatic handling of conflicts.
Definition itemmodifyjob.cpp:417
Item item() const
Returns the modified and stored item including the changed revision number.
Definition itemmodifyjob.cpp:424
void setUpdateGid(bool update)
Sets whether the GID shall be updated either from the gid parameter or by extracting it from the payl...
Definition itemmodifyjob.cpp:394
void doStart() override
This method must be reimplemented in the concrete jobs.
Definition itemmodifyjob.cpp:276
Item::List items() const
Returns the modified and stored items including the changed revision number.
Definition itemmodifyjob.cpp:432
bool doHandleResponse(qint64 tag, const Protocol::CommandPtr &response) override
This method should be reimplemented in the concrete jobs in case you want to handle incoming data.
Definition itemmodifyjob.cpp:284
Helper integration between Akonadi and Qt.
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 11 2025 11:52:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 11 2025 11:52:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.