public class JobEntryCheckDbConnectionsDialog extends JobEntryDialog implements org.pentaho.di.job.entry.JobEntryDialogInterface
loggingObject
Constructor and Description |
---|
JobEntryCheckDbConnectionsDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.job.entry.JobEntryInterface jobEntryInt,
org.pentaho.di.repository.Repository rep,
org.pentaho.di.job.JobMeta jobMeta) |
Modifier and Type | Method and Description |
---|---|
void |
addDatabases() |
void |
dispose() |
boolean |
evaluates() |
void |
getData()
Copy information from the meta-data input to the dialog fields.
|
void |
getDatabases() |
boolean |
isUnconditional() |
org.pentaho.di.job.entry.JobEntryInterface |
open() |
addConnectionLine, addConnectionLine, addDatabases, getMetaStore, selectDatabase, setMetaStore
public JobEntryCheckDbConnectionsDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.job.entry.JobEntryInterface jobEntryInt, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobMeta)
public org.pentaho.di.job.entry.JobEntryInterface open()
open
in interface org.pentaho.di.job.entry.JobEntryDialogInterface
public void addDatabases()
public void getDatabases()
public void dispose()
public void getData()
public boolean evaluates()
public boolean isUnconditional()