org.pentaho.di.ui.trans.steps.ldapoutput
Class LDAPOutputDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.step.BaseStepDialog
          extended by org.pentaho.di.ui.trans.steps.ldapoutput.LDAPOutputDialog
All Implemented Interfaces:
StepDialogInterface

public class LDAPOutputDialog
extends BaseStepDialog
implements StepDialogInterface


Field Summary
static int[] dateLengths
           
 
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
loggingObject
 
Constructor Summary
LDAPOutputDialog(Shell parent, Object in, TransMeta transMeta, String sname)
           
 
Method Summary
 void getData(LDAPOutputMeta in)
          Read the data from the LDAPOutputMeta object and show it in this dialog.
 RowMetaInterface getLDAPFields()
           
 String open()
           
 void setFieldsCombo()
           
 
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDialogInterface
setRepository
 

Field Detail

dateLengths

public static final int[] dateLengths
Constructor Detail

LDAPOutputDialog

public LDAPOutputDialog(Shell parent,
                        Object in,
                        TransMeta transMeta,
                        String sname)
Method Detail

open

public String open()
Specified by:
open in interface StepDialogInterface

getData

public void getData(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.

getLDAPFields

public RowMetaInterface getLDAPFields()
                               throws KettleException
Throws:
KettleException

setFieldsCombo

public void setFieldsCombo()