10#ifndef ATTICA_ITEMJOB_H
11#define ATTICA_ITEMJOB_H
13#include "attica_export.h"
35 ItemJob(PlatformDependent *,
const QNetworkRequest &request);
36 void parse(
const QString &xml)
override;
53 ItemDeleteJob(PlatformDependent *,
const QNetworkRequest &request);
54 void parse(
const QString &xml)
override;
71 ItemPostJob(PlatformDependent *internals,
const QNetworkRequest &request, QIODevice *data);
72 ItemPostJob(PlatformDependent *internals,
const QNetworkRequest &request,
const StringMap ¶meters = StringMap());
74 void parse(
const QString &xml)
override;
91 ItemPutJob(PlatformDependent *internals,
const QNetworkRequest &request, QIODevice *data);
92 ItemPutJob(PlatformDependent *internals,
const QNetworkRequest &request,
const StringMap ¶meters = StringMap());
94 void parse(
const QString &xml)
override;
Represents a delete job.
Definition deletejob.h:26
Represents a get job.
Definition getjob.h:26
Represents an item delete job.
Definition itemjob.h:48
Represents an item get job.
Definition itemjob.h:30
Represents an item post job.
Definition itemjob.h:66
Represents an item put job.
Definition itemjob.h:86
Represents a post job.
Definition postjob.h:30
The Provider class represents one Open Collaboration Service provider.
Definition provider.h:97
Represents a put job.
Definition putjob.h:30
The Attica namespace,.
Definition activity.h:21