#include <requests.h>
Public Member Functions | |
GetJobsForHostForUserByNumDaysRequest (Session *session, QObject *parentObject=0) | |
qint64 | numDays () const |
void | setNumDays (qint64 days) |
QString | searchUser () const |
void | setSearchUser (const QString &user) |
JobEventList | jobEventList (QList< qint64 > jobIds) |
![]() | |
Request (Session *session, QObject *parentObject=0) | |
Protected Member Functions | |
KDSoapJob * | createJob () |
Additional Inherited Members | |
![]() | |
void | submit () |
qint64 | hostId () const |
void | setHostId (qint64 id) |
QString | userName () const |
void | setUserName (const QString &user) |
![]() | |
void | finished () |
void | error (const QString &errorString) |
![]() | |
void | finished (KDSoapJob *job) |
![]() | |
Session * | m_session |
KDSoapMessage | m_response |
qint64 | m_hostID |
QString | m_userName |
Concrete Request class for getJobsForHostForUserByNumDays message.
GetJobsForHostForUserByNumDaysRequest | ( | Session * | session, |
QObject * | parentObject = 0 |
||
) |
session | The UIT session. |
parentObject | The parent object. |
qint64 numDays | ( | ) | const |
void setNumDays | ( | qint64 | days | ) |
days | The number of days of events to retrieve. |
QString searchUser | ( | ) | const |
void setSearchUser | ( | const QString & | user | ) |
user | The user to filter events by. |
JobEventList jobEventList | ( | QList< qint64 > | jobIds | ) |
jobIds | The list of job ID to filter the events on. |
Note: Will only produce a populated JobEventList object after the finished() signal has been emitted.
|
protectedvirtual |
Overridden by subclasses to create appropriate KDSoapJob for this request.
Implements Request.