20 #ifndef GLITE_WMS_COMMON_REQUESTAD_COLLECTIONAD_H
21 #define GLITE_WMS_COMMON_REQUESTAD_COLLECTIONAD_H
66 std::vector< std::string >
getNodeStringValue (
const std::string &node,
const std::string &attr_name);
73 std::vector< std::pair<std::string ,std::vector< std::string > > >
81 std::map<std::string, std::vector< std::string > >
118 void checkNode(
NodeAd &nodead,std::vector<std::string> &extracted);
119 void checkNodes(
CollectionAd *collect,std::vector<std::string> &extracted);
124 classad::ExprTree *defaultRank ;
125 classad::ExprTree *defaultReq ;
Provides a representation of the job description in the JDL language.
Definition: NodeAd.h:43
bool gettoBretrieved()
Definition: collectionad.h:105
Provides a representation of collection (bunch) of jobs.
Definition: collectionad.h:41
std::string toSubmissionString()
std::vector< std::pair< std::string,std::vector< std::string > > > getNodeStringValues(const std::string &attr_name)
void setLocalAccess(bool lookInto)
void setDefaultReq(classad::ExprTree *attr_value)
void operator=(const CollectionAd &collect)
std::vector< std::string > getNodeStringValue(const std::string &node, const std::string &attr_name)
std::map< std::string, std::vector< std::string > > getNodeStringValuesMap(const std::string &attr_name)
ExtractedAd * getExtractedAd()
void setDefaultRank(classad::ExprTree *attr_value)
checkType
Provides a method for extracting files from a specified path.
Definition: extractfiles.h:215