glite::wms::wmproxyapi::JobIdApi Struct Reference

#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>


Detailed Description

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


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).


Field Documentation

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).


The documentation for this struct was generated from the following file:
Generated on Wed May 16 19:13:04 2012 for glite-wms-wmproxy-api-cpp-3.3.3 by  doxygen 1.4.7