Class LDAPInputDialog

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

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

      • dateLengths

        public static final int[] dateLengths
    • Constructor Detail

      • LDAPInputDialog

        public LDAPInputDialog​(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
      • setIncludeRownum

        public void setIncludeRownum()
      • getData

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