}
else if ( this.type == TYPE_IMPORT_DSML )
{
if ( getEntry() != null )
{
wizard = new ImportDsmlWizard( getEntry().getConnection() );
}
else if ( getSearch() != null )
{
wizard = new ImportDsmlWizard( getSearch().getConnection() );
}
else if ( getConnectionInput() != null )
{
wizard = new ImportDsmlWizard( getConnectionInput() );
}
else if ( getConnection() != null )
{
wizard = new ImportDsmlWizard( getConnection() );
}
}
else if ( this.type == TYPE_EXPORT_LDIF )
{
wizard = new ExportLdifWizard();