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:

Bindings available 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.
  • Classes
    Class
    Description
    Scripting API basic methods usable everywhere.
    An element of a tree-based source, represents an IElement.
    Common methods available for jobs and functions.
    Use with binding FILE 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 binding API, only available in functions of Integrator transforms.
    Use with binding API, only available in Integrator jobs.
    Utility class to send emails via SMTP, only available in Integrator jobs.
    Use with binding OLAP to work with Jedox OLAP databases.
    Use with binding OLAP, 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 binding API, only available in Integrator variables.