Executing Scripts in Groovy Jobs
Database scripts can be generated and executed in Jedox Integrator with a Groovy job. Examples for the use of script functions and jobs can be found in the sample Jedox Integrator projects sampleGroovyOlap.xml, sampleGroovyFunction.xml, sampleGroovyJob.xml, and ETLTasks.xml.
Task | Interface | Example |
Generating script for a dimension | IDimensionScriptContext |
Copy
|
Generating script for a cube | ICubeScriptContext |
Copy
|
Generating script for a whole database | IDatabaseScriptContext |
Copy
|
Reading the variables and values of a given script | IScriptVariable |
Copy
|
Setting the variable values in a given script | IScriptVariable |
Copy
|
Executing a database script (with a given set of variable values) | IScriptHandler |
Copy
|
For the list of all functions provided in the Jedox Java API see the Java API Documentation, which is available online or as a download.
Updated September 27, 2022