#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>
the nodeName is mandatory only when the jobid refers to a dag node
Data Fields | |
| std::string | jobid |
| The identifier of the job. | |
| std::string * | nodeName |
| The name of the node (for DAG, collection of jobs and parametric jobs, NULL otherwise). | |
| std::string * | jobPath |
| The server ISB relative path. | |
| std::vector< JobIdApi * > | children |
| A list of all the children for this node (for DAG, collection of jobs and parametric jobs, empty-vector otherwise). | |
| std::vector< JobIdApi* > glite::wms::wmproxyapi::JobIdApi::children |
A list of all the children for this node (for DAG, collection of jobs and parametric jobs, empty-vector otherwise).
| std::string glite::wms::wmproxyapi::JobIdApi::jobid |
The identifier of the job.
| std::string* glite::wms::wmproxyapi::JobIdApi::jobPath |
The server ISB relative path.
| std::string* glite::wms::wmproxyapi::JobIdApi::nodeName |
The name of the node (for DAG, collection of jobs and parametric jobs, NULL otherwise).
1.4.7