|
| DavItemModifyJob (const DavItem &item, QObject *parent=nullptr) |
| Creates a new DAV item modify job.
|
|
DavItem | freshItem () const |
| Returns the item that triggered the conflict, if any.
|
|
int | freshResponseCode () const |
| Returns the response code we got when fetching the fresh item.
|
|
DavItem | item () const |
| Returns the modified item including the updated ETag information.
|
|
QUrl | itemUrl () const |
|
void | start () override |
| Starts the job.
|
|
| DavJobBase (QObject *parent=nullptr) |
|
bool | canRetryLater () const |
| Check if the job can be retried later.
|
|
Error | davError () const |
| Returns a instance of the KDAV:Error to be able to translate the error.
|
|
bool | hasConflict () const |
| Check if the job failed because of a conflict.
|
|
int | latestResponseCode () const |
| Get the latest response code.
|
|
A job that modifies a DAV item on the DAV server.