#include <jobsubmissioninfo.h>
Public Member Functions | |
JobSubmissionInfo (const JobSubmissionInfo &other) | |
JobSubmissionInfo & | operator= (const JobSubmissionInfo &other) |
bool | isValid () const |
qint64 | jobNumber () const |
QString | stdout () const |
QString | stderr () const |
void | setContent (const QString &xml) |
QString | xml () const |
Static Public Member Functions | |
static JobSubmissionInfo | fromXml (const QString &xml) |
class used to model the response message returned by a UIT server in response to a job submission.
JobSubmissionInfo | ( | const JobSubmissionInfo & | other | ) |
other | The instance to copy. |
JobSubmissionInfo& operator= | ( | const JobSubmissionInfo & | other | ) |
other | The instance to assign. |
bool isValid | ( | ) | const |
qint64 jobNumber | ( | ) | const |
QString stdout | ( | ) | const |
QString stderr | ( | ) | const |
void setContent | ( | const QString & | xml | ) |
xml | The XML to parse and populate the object model with. |
QString xml | ( | ) | const |
|
static |
Convert a JobSubmissionInfo XML document into object model.
xml | The JobSubmissionInfo XML document to parse. |