Used to define the jobid hierarchy of a job or a dag. More...
#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>
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). |
Used to define the jobid hierarchy of a job or a dag.
the nodeName is mandatory only when the jobid refers to a dag node
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).