#include <jobeventlist.h>
class used to model a UIT JobEvent list.
◆ JobEventList()
- 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]
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: