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:411
void disableRevisionCheck()
Disables the check of the revision number.
Definition itemmodifyjob.cpp:451
ItemModifyJob(const Item::List &items, QObject *parent=0)
Creates a new item modify job for bulk modifications.
ItemModifyJob(const Item &item, QObject *parent=0)
Creates a new item modify job.
Definition itemmodifyjob.cpp:160
virtual void doHandleResponse(const QByteArray &tag, const QByteArray &data)
This method should be reimplemented in the concrete jobs in case you want to handle incoming data.
Definition itemmodifyjob.cpp:321
bool ignorePayload() const
Returns whether the payload of the modified item shall be omitted from transmission to the Akonadi st...
Definition itemmodifyjob.cpp:428
void disableAutomaticConflictHandling()
Disables the automatic handling of conflicts.
Definition itemmodifyjob.cpp:458
Item item() const
Returns the modified and stored item including the changed revision number.
Definition itemmodifyjob.cpp:465
virtual void doStart()
This method must be reimplemented in the concrete jobs.
Definition itemmodifyjob.cpp:294
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:435
Item::List items() const
Returns the modified and stored items including the changed revision number.
Definition itemmodifyjob.cpp:473
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.