Class LDAPOutputDialog

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

    public class LDAPOutputDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    • Field Detail

      • dateLengths

        public static final int[] dateLengths
    • Constructor Detail

      • LDAPOutputDialog

        public LDAPOutputDialog​(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
      • getData

        public void getData​(org.pentaho.di.trans.steps.ldapoutput.LDAPOutputMeta in)
        Read the data from the LDAPOutputMeta object and show it in this dialog.
        Parameters:
        in - The LDAPOutputMeta object to obtain the data from.
      • setComboBoxes

        protected void setComboBoxes()
      • getLDAPFields

        public org.pentaho.di.core.row.RowMetaInterface getLDAPFields()
                                                               throws org.pentaho.di.core.exception.KettleException
        Throws:
        org.pentaho.di.core.exception.KettleException
      • setFieldsCombo

        public void setFieldsCombo()