8.0

Table Of Contents
QManagerScriptingSvc
Description
Scripting interface via web service.
Type
Web Service Data Object
Methods
checkScriptSyntax
Checks the syntax of the script.
Parameter
Type
Description
id
String
Script id.
deleteScript
Deletes a script.
Parameter
Type
Description
id
String
Script id.
executeScript
Executes a script.
Parameter
Type
Description
id
String
Scipt id.
executeScriptFunction
Executes a function of a script.
Parameter
Type
Description
id
String
String id.
function
String
Function to execute.
executeScriptFunction
WithArguments
Executes a function of a script, passing arguments to it.
Parameter
Type
Description
id
String
String id.
function
String
Function to execute.
arguments
String[]
Arguments to pass to function.
executeScriptWithVar
s
Execute a script, declaring variables for the script to use.
Parameter
Type
Description
id
String
Script id.
variables
QScriptVar[]
Variables to be used by script.
getAllScripts
Gets all scripts saved with the system.
getErrorObject
Creates error object from error string.
Parameter
Type
Description
errorString
String
Error string to use.
getScript
Gets script with specified id.
Parameter
Type
Description
id
String
Script id.
getScriptExecutionDet
ails
Gets runtime details of a script.
Parameter
Type
Description
scriptId
String
Script id.
getSupportedLanguag
es
Gets supported scripting languages.
isLanguageSupported
Gets whether a specified scripting language is supported.
Parameter
Type
Description
Page 24