#include <jobeventlist.h>
|
| static JobEventList | fromXml (const QString &xml) |
| static JobEventList | fromXml (const QString &xml, const QString &userName, QList< qint64 > jobIds) |
class used to model a UIT JobEvent list.
◆ JobEventList()
| JobEventList |
( |
const JobEventList & | other | ) |
|
- Parameters
-
| other | The instance to copy. |
◆ jobEvents()
- Returns
- The list of JobEvents.
◆ isValid()
- Returns
- true, if the instance represents a valid JobEventList document, false otherwise.
◆ xml()
- Returns
- The raw XML that this object was generated from.
◆ fromXml() [1/2]
| JobEventList fromXml |
( |
const QString & | xml | ) |
|
|
static |
Converts JobEventList XML document into object model.
- Returns
- The object model.
- Parameters
-
| xml | The XML document to parse. |
◆ fromXml() [2/2]
| JobEventList fromXml |
( |
const QString & | xml, |
|
|
const QString & | userName, |
|
|
QList< qint64 > | jobIds ) |
|
static |
Converts JobEventList XML document into object model.
- Returns
- The object model.
- Parameters
-
| xml | The XML document to parse. |
| userName | The username to filter JobEvents on. |
| jobIds | The job ids to filer JobEvents on. |
The documentation for this class was generated from the following file: