Version: Beta-4.1.1-r5927-b91
|
Utility service around the Processor API. See OmeroScripts for more information.
This method returns the scripts on the server as by id and name.
see above.
Get the id of the script with name, scriptName, the script service ensures that all script names are unique.
see above.
Upload the script to the server and get the id. This method checks that a script with that names does not exist and that the script has parameters.
The new id of the script.
Get the script from the server with id.
see above.
Get the script from the server with details from OriginalFile
see above
Get the parameters that the script takes. This is a key-value pair map, the key being the variable name, and the value the type of the variable.
see above.
Run the script on the server with id, and using the parameters, paramMap. The server checks that all the parameters expected by the script are supplied in the paramMap and that their types match. Once executed the script then returns a resultMap which is a key-value pair map, the key being the result variable name and the value being the value of the variable.
see above.
Delete the script on the server with id.
|