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:346
void disableRevisionCheck()
Disables the check of the revision number.
Definition itemmodifyjob.cpp:386
ItemModifyJob(const Item &item, QObject *parent=nullptr)
Creates a new item modify job.
Definition itemmodifyjob.cpp:100
bool ignorePayload() const
Returns whether the payload of the modified item shall be omitted from transmission to the Akonadi st...
Definition itemmodifyjob.cpp:363
void disableAutomaticConflictHandling()
Disables the automatic handling of conflicts.
Definition itemmodifyjob.cpp:393
Item item() const
Returns the modified and stored item including the changed revision number.
Definition itemmodifyjob.cpp:400
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:370
void doStart() override
This method must be reimplemented in the concrete jobs.
Definition itemmodifyjob.cpp:244
Item::List items() const
Returns the modified and stored items including the changed revision number.
Definition itemmodifyjob.cpp:408
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:266
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 Jan 31 2025 12:07:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.