Class OraBulkLoaderDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface

    public class OraBulkLoaderDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    Dialog class for the Oracle bulk loader step. Created on 21feb2007.
    Author:
    Sven Boden
    • Constructor Detail

      • OraBulkLoaderDialog

        public OraBulkLoaderDialog​(org.eclipse.swt.widgets.Shell parent,
                                   Object in,
                                   org.pentaho.di.trans.TransMeta transMeta,
                                   String sname)
    • Method Detail

      • open

        public String open()
        Specified by:
        open in interface org.pentaho.di.trans.step.StepDialogInterface
      • setComboBoxes

        protected void setComboBoxes()
      • getData

        public void getData()
        Copy information from the meta-data input to the dialog fields.
      • createHelpButton

        protected org.eclipse.swt.widgets.Button createHelpButton​(org.eclipse.swt.widgets.Shell shell,
                                                                  org.pentaho.di.trans.step.StepMeta stepMeta,
                                                                  org.pentaho.di.core.plugins.PluginInterface plugin)
        Overrides:
        createHelpButton in class BaseStepDialog