Functions | |
const char * | clean (char *str) |
std::string * | jobidFromFile (const std::string &path) |
const std::string | handle_exception (const glite::wms::wmproxyapi::BaseException &b_ex) |
int | saveToFile (const std::string &path, const std::string &bfr) |
std::string * | getInputSBDestURI (const std::string &jobid, const ConfigContext *cfs) |
const std::string | makeDelegation (ConfigContext *cfs, const std::string &del_id, const bool &verbose=false) |
std::string * | makeAutomaticDelegation (ConfigContext *cfs, const bool &verbose=false) |
bool | checkFreeQuota (const std::vector< std::pair< std::string, std::string > > &files, ConfigContext *cfs, const bool &verbose=false) |
std::string | normalize_path (const std::string &fpath) |
std::string | addWildCards2Path (std::string &path, const std::string &wc) |
std::string glite::wms::wmproxyapi::examples::utilities::addWildCards2Path | ( | std::string & | path, | |
const std::string & | wc | |||
) |
bool glite::wms::wmproxyapi::examples::utilities::checkFreeQuota | ( | const std::vector< std::pair< std::string, std::string > > & | files, | |
ConfigContext * | cfs, | |||
const bool & | verbose = false | |||
) |
const char* glite::wms::wmproxyapi::examples::utilities::clean | ( | char * | str | ) |
std::string* glite::wms::wmproxyapi::examples::utilities::getInputSBDestURI | ( | const std::string & | jobid, | |
const ConfigContext * | cfs | |||
) |
const std::string glite::wms::wmproxyapi::examples::utilities::handle_exception | ( | const glite::wms::wmproxyapi::BaseException & | b_ex | ) |
std::string* glite::wms::wmproxyapi::examples::utilities::jobidFromFile | ( | const std::string & | path | ) |
std::string* glite::wms::wmproxyapi::examples::utilities::makeAutomaticDelegation | ( | ConfigContext * | cfs, | |
const bool & | verbose = false | |||
) |
const std::string glite::wms::wmproxyapi::examples::utilities::makeDelegation | ( | ConfigContext * | cfs, | |
const std::string & | del_id, | |||
const bool & | verbose = false | |||
) |
std::string glite::wms::wmproxyapi::examples::utilities::normalize_path | ( | const std::string & | fpath | ) |
int glite::wms::wmproxyapi::examples::utilities::saveToFile | ( | const std::string & | path, | |
const std::string & | bfr | |||
) |