Class GetJobSQLProgressDialog


  • public class GetJobSQLProgressDialog
    extends Object
    Takes care of displaying a dialog that will handle the wait while getting the SQL for a job...
    Since:
    29-mrt-2006
    Author:
    Matt
    • Constructor Detail

      • GetJobSQLProgressDialog

        public GetJobSQLProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                       org.pentaho.di.job.JobMeta jobMeta,
                                       org.pentaho.di.repository.Repository repository)
        Creates a new dialog that will handle the wait while getting the SQL for a job...
    • Method Detail

      • open

        public List<org.pentaho.di.core.SQLStatement> open()