Package com.jedox.etl.components.scriptapi
package com.jedox.etl.components.scriptapi
Integrator Scripting API
This package provides classes with additional functionality related to Jedox Integrator processing.
The following bindings are provided to use in scripts:
Binding Scripting API Class Comment API
Which class is bound to API
depends on the context it is used in.OLAP
Which class is bound to API
depends on the context it is used in.FILE
LOG
Add messages to the log of a Jedox Integrator execution.
-
ClassesClassDescriptionScripting API basic methods usable everywhere.An element of a tree-based source, represents an
IElement
.Common methods available for jobs and functions.Use with bindingFILE
to work with files and folders in file-based connections of Integrator projects.Handle to access information about a file or directory referenced by a file-based connection.Use with bindingAPI
, only available in functions of Integrator transforms.Use with bindingAPI
, only available in Integrator jobs.Utility class to send emails via SMTP, only available in Integrator jobs.Use with bindingOLAP
to work with Jedox OLAP databases.Use with bindingOLAP
, only available in Integrator variables.Processes Integrator sources (extracts or transforms) to read data row by row.State of the currently active or any finished Integrator execution.Use with bindingAPI
, only available in Integrator variables.