akonadi
Akonadi::UnlinkJob Class Reference
#include <unlinkjob.h>
Inheritance diagram for Akonadi::UnlinkJob:

Detailed Description
Job that unlinks items inside the Akonadi storage.This job allows you to remove references to a set of items in a virtual collection.
- Since:
- 4.2
- See also:
- LinkJob
Definition at line 41 of file unlinkjob.h.
Public Member Functions | |
UnlinkJob (const Collection &collection, const Item::List &items, QObject *parent=0) | |
~UnlinkJob () | |
Protected Member Functions | |
void | doStart () |
Constructor & Destructor Documentation
UnlinkJob::UnlinkJob | ( | const Collection & | collection, | |
const Item::List & | items, | |||
QObject * | parent = 0 | |||
) |
Creates a new unlink job.
The job will remove references to the given items from the given collection.
- Parameters:
-
collection The collection from which the references should be removed. items The items of which the references should be removed. parent The parent object.
Definition at line 40 of file unlinkjob.cpp.
UnlinkJob::~UnlinkJob | ( | ) |
Member Function Documentation
void UnlinkJob::doStart | ( | ) | [protected, virtual] |
This method must be reimplemented in the concrete jobs.
It will be called after the job has been started and a connection to the Akonadi backend has been established.
Implements Akonadi::Job.
Definition at line 55 of file unlinkjob.cpp.
The documentation for this class was generated from the following files: