A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/system
A module for retrieving information about eXist and the system.

system:trigger-system-task($java-classname as xs:string, $task-parameters as node()?) empty()
Trigger a system task.
$java-classnameThe full name of the Java class to execute. It must implement org.exist.storage.SystemTask
$task-parametersThe XML fragment with the following structure: <parameters><param name="param-name1" value="param-value1"/></parameters>
Return to list of all modules