8.1

Table Of Contents
Checks the syntax of a script.
checkScriptSyntax
Methods
DescriptionTypeParameter
Script ID.String
id
Deletes a script.
deleteScript
DescriptionTypeParameter
Script ID.String
id
Executes a script.
executeScript
DescriptionTypeParameter
Scipt ID.String
id
Executes a function of a script.
executeScriptFunction
DescriptionTypeParameter
String ID.String
id
Function to execute.String
function
Executes a function of a script, with passed arguments.
executeScriptFunctionWithArguments
DescriptionTypeParameter
String ID.String
id
Function to execute.String
function
Arguments to pass to
function.
String[]
arguments
Executes a script with variables for the script to use.
executeScriptWithVars
DescriptionTypeParameter
Script ID.String
id
Variables to be used by
script.
QScriptVar[]variables
Gets all scripts saved with the system.
getAllScripts
Creates an error object from a error string.
getErrorObject
DescriptionTypeParameter
Error string to use.String
errorString
Gets the script with the specified ID.
getScript
DescriptionTypeParameter
Script ID.String
id
Gets the runtime details of a script.
getScriptExecutionDetails
26 | QXP SERVER 8.1 WEB INTEGRATION GUIDE
GETTING STARTED