org.pentaho.di.job.entry
Interface JobEntryDialogInterface

All Known Implementing Classes:
JobEntryAbortDialog, JobEntryAddResultFilenamesDialog, JobEntryCheckDbConnectionsDialog, JobEntryCheckFilesLockedDialog, JobEntryColumnsExistDialog, JobEntryConnectedToRepositoryDialog, JobEntryCopyFilesDialog, JobEntryCopyMoveResultFilenamesDialog, JobEntryCreateFileDialog, JobEntryCreateFolderDialog, JobEntryDelayDialog, JobEntryDeleteFileDialog, JobEntryDeleteFilesDialog, JobEntryDeleteFoldersDialog, JobEntryDeleteResultFilenamesDialog, JobEntryDosToUnixDialog, JobEntryDTDValidatorDialog, JobEntryEvalDialog, JobEntryEvalFilesMetricsDialog, JobEntryEvalTableContentDialog, JobEntryExportRepositoryDialog, JobEntryFileCompareDialog, JobEntryFileExistsDialog, JobEntryFilesExistDialog, JobEntryFolderIsEmptyDialog, JobEntryFoldersCompareDialog, JobEntryFTPDeleteDialog, JobEntryFTPDialog, JobEntryFTPPUTDialog, JobEntryFTPSGetDialog, JobEntryFTPSPUTDialog, JobEntryGetPOPDialog, JobEntryHTTPDialog, JobEntryJobDialog, JobEntryMailDialog, JobEntryMailValidatorDialog, JobEntryMoveFilesDialog, JobEntryMSAccessBulkLoadDialog, JobEntryMsgBoxInfoDialog, JobEntryMssqlBulkLoadDialog, JobEntryMysqlBulkFileDialog, JobEntryMysqlBulkLoadDialog, JobEntryPGPDecryptFilesDialog, JobEntryPGPEncryptFilesDialog, JobEntryPGPVerifyDialog, JobEntryPingDialog, JobEntrySetVariablesDialog, JobEntrySFTPDialog, JobEntrySFTPPUTDialog, JobEntryShellDialog, JobEntrySimpleEvalDialog, JobEntrySNMPTrapDialog, JobEntrySpecialDialog, JobEntrySQLDialog, JobEntrySSH2GETDialog, JobEntrySSH2PUTDialog, JobEntrySuccessDialog, JobEntrySyslogDialog, JobEntryTableExistsDialog, JobEntryTalendJobExecDialog, JobEntryTransDialog, JobEntryTruncateTablesDialog, JobEntryUnZipDialog, JobEntryWaitForFileDialog, JobEntryWaitForSQLDialog, JobEntryWebServiceAvailableDialog, JobEntryWriteToFileDialog, JobEntryWriteToLogDialog, JobEntryXMLWellFormedDialog, JobEntryXSDValidatorDialog, JobEntryXSLTDialog, JobEntryZipFileDialog

public interface JobEntryDialogInterface

JobEntryDialogInterface is the Java interface that implements the settings dialog of a job entry plugin. The responsibilities of the implementing class are listed below.


This method should return only after the dialog has been confirmed or cancelled. The method must conform to the following rules:

If the dialog is confirmed:

If the dialog is cancelled:

Since:
29-okt-2004
Author:
Matt

Method Summary
 JobEntryInterface open()
          Opens a JobEntryDialog and waits for the dialog to be confirmed or cancelled.
 

Method Detail

open

JobEntryInterface open()
Opens a JobEntryDialog and waits for the dialog to be confirmed or cancelled.

Returns:
the job entry interface if the dialog is confirmed, null otherwise