A Mascot search status from a Distiller project file. More...
#include <ms_distiller_search_status.hpp>
Public Member Functions | |
int | getError () const |
Return the error message code, if any, received from the Mascot search. | |
int | getId () const |
Return the id number used in the names of the results file stream and peptide summary cache stream. | |
std::string | getPeptideSummaryCacheStreamName () const |
Return the name of the peptide summary cache stream. | |
std::string | getResfileStreamName () const |
Return the name of the results file stream. | |
std::string | getResultsFile () const |
Return the name on the Mascot server of the file containing the results. | |
std::string | getServer () const |
Return the URL of the Mascot server. | |
std::string | getStatusMsg () const |
Return the status message, if any, received from the Mascot search. | |
std::string | getSubmitTime () const |
Return the time the search was submitted to the Mascot server. | |
std::string | getTaskId () const |
Return the Mascot search task ID. | |
std::string | getTitle () const |
Return the Mascot search title. | |
A Mascot search status from a Distiller project file.
A list of these is stored in XML in the Distiller project file.
int getError | ( | ) | const |
Return the error message code, if any, received from the Mascot search.
int getId | ( | ) | const |
Return the id number used in the names of the results file stream and peptide summary cache stream.
std::string getPeptideSummaryCacheStreamName | ( | ) | const |
Return the name of the peptide summary cache stream.
std::string getResfileStreamName | ( | ) | const |
Return the name of the results file stream.
std::string getResultsFile | ( | ) | const |
Return the name on the Mascot server of the file containing the results.
std::string getServer | ( | ) | const |
Return the URL of the Mascot server.
std::string getStatusMsg | ( | ) | const |
Return the status message, if any, received from the Mascot search.
std::string getSubmitTime | ( | ) | const |
Return the time the search was submitted to the Mascot server.
std::string getTaskId | ( | ) | const |
Return the Mascot search task ID.
std::string getTitle | ( | ) | const |
Return the Mascot search title.