public interface DynamicDatasource
Modifier and Type | Method and Description |
---|---|
String |
getDialogClass()
What class will represent the edit dialog for this datasource?
|
String |
getQueryName()
The name of the query as it appears in the UI of the receiver module.
|
String |
getResourceEntryName()
The name of the resource to embed the transformation as.
|
String |
getStepName()
The name of the step that represents the datasource, as it appears in the Kettle
transformation template.
|
String |
getTemplate()
Return the name of the Kettle transformation template that holds the uninitialized input step.
|
String getDialogClass()
BaseStepGenericXulDialog
String getTemplate()
String getResourceEntryName()
String getStepName()
String getQueryName()