Part of Reportek.EnvelopeRemoteServicesManager View In Hierarchy
Known subclasses: Reportek.Envelope.Envelope
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 48 | Method | hasSpecificFile | Checks if an envelope has an XML file with certain schema |
| 54 | Method | hasFilesForSchema | If a values was provided for the p_schema_url, determine whether there are |
| 66 | Method | canRunQAOnFiles | Returns a list of QA script labels |
| 76 | Method | runQAScript | Runs the QA script with the specified id against |
| 110 | Method | callQAEnvelope | Calls the envelope-level statistics, based on a script id which is different for each dataflow. |
| 119 | Method | runQAScripts | Runs multiple QA scripts with the specified file ids |
| 166 | Method | getDocumentsForRemoteService | Finds all Report Documents of type XML that have to begin/complete a remote operation |
| 181 | Method | triggerApplication | Triggers remote applications |
| 194 | Method | saveXML | Saves the XML file modified by the WebQ as Report Document |
| 227 | Method | fetchFile | Grabbs a file from a certain location and uploads it as Report Document |
| 246 | Method | getXMLFiles | Returns a list of the XML files in this envelope. |
| 260 | Method | getXMLSchemas | Gets all the schemas from the contained XML files |
| 270 | Method | getValidXMLSchemas | The purpose is to know if to put an edit button and a record in 'view as...' select |
| 280 | Method | getWebQ_BeforeEditForm_URL | Retrieves the URL to the edit for of the XML file - if any |
| 284 | Method | getWebQ_MenuEnvelope_URL | Retrieves the URL to the edit for of the XML file - if any |
Runs multiple QA scripts with the specified file ids
This method can be only called from the browser and the result is
displayed in a temporary page
Parameters in query string:
file_url1=script_id11,script_id12&...
This function assumes that all qa results have the same content type: 'text/html'