#include <filesystemoperation.h>
|
Session * | m_session |
|
qint64 | m_hostID |
|
QString | m_userName |
|
Job | m_job |
|
abstract base class of UIT file system operations.
See DirectoryDownload and DirectoryUpload for examples of concrete implementations.
- Parameters
-
session | The UIT session to use for this operation. |
parentObject | The parent object. |
- Returns
- The host ID for the host this operation associated with.
void setHostId |
( |
qint64 |
id | ) |
|
- Parameters
-
id | The host ID for the host this operation is associated with. |
QString userName |
( |
| ) |
const |
- Returns
- The user name of the user performing this file system operation.
void setUserName |
( |
const QString & |
user | ) |
|
- Parameters
-
user | The user name of the user performing this file system operation. |
- Returns
- The MoleQueue job this operation is associated with.
void setJob |
( |
const Job & |
j | ) |
|
- Parameters
-
j | The MoleQueue job this operation is associated with. |
Emitted when the operation is complete.
void error |
( |
const QString & |
errorString | ) |
|
|
signal |
Emitted if an error occurs during the operation.
- Parameters
-
errorString | The error string describing the error. |
virtual void requestError |
( |
const QString & |
errorString | ) |
|
|
protectedvirtualslot |
Slot called when an error occurs while performing the operation.
- Parameters
-
errorString | String describing the error. |
const QString noSuchFileOrDir |
|
static |
Error string produced by UIT statFile(...) when an file/directory doesn't exist.
The documentation for this class was generated from the following file: