Uses of Class
com.jedox.etl.components.scriptapi.Source
-
Uses of Source in com.jedox.etl.components.scriptapi
Methods in com.jedox.etl.components.scriptapi that return SourceModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.ExecutionAPI.initSource(String name) Initializes aSourcefor a given name (extract or transform) with no tree format and processes all rows.ExecutionAPI.initSource(String name, String format, int size) Initializes aSourcefor a given name (extract or transform).
ExecutionAPI.initSource(String)instead.