Class GetJobSQLProgressDialog

java.lang.Object
org.pentaho.di.ui.spoon.dialog.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 Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    List<org.pentaho.di.core.SQLStatement>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • open

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