Uses of Interface
org.pentaho.di.job.entry.JobEntryInterface
-
-
Uses of JobEntryInterface in org.pentaho.di.job
Methods in org.pentaho.di.job that return JobEntryInterface Modifier and Type Method Description static JobEntryInterface
JobMeta. findJobEntry(List<JobEntryInterface> jobentries, org.pentaho.di.repository.ObjectId id_jobentry)
Find a jobentry with a certain ID in a list of job entries.Methods in org.pentaho.di.job that return types with arguments of type JobEntryInterface Modifier and Type Method Description List<JobEntryInterface>
JobMeta. composeJobEntryInterfaceList()
Create a unique list of job entry interfacesMethods in org.pentaho.di.job with parameters of type JobEntryInterface Modifier and Type Method Description void
JobEntryListener. afterExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result)
void
JobEntryListener. beforeExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface)
boolean
JobMeta. isPathExist(JobEntryInterface from, JobEntryInterface to)
Method parameters in org.pentaho.di.job with type arguments of type JobEntryInterface Modifier and Type Method Description static JobEntryInterface
JobMeta. findJobEntry(List<JobEntryInterface> jobentries, org.pentaho.di.repository.ObjectId id_jobentry)
Find a jobentry with a certain ID in a list of job entries. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.checkfilelocked
Classes in org.pentaho.di.job.entries.checkfilelocked that implement JobEntryInterface Modifier and Type Class Description class
JobEntryCheckFilesLocked
This defines a 'check files locked' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.columnsexist
Classes in org.pentaho.di.job.entries.columnsexist that implement JobEntryInterface Modifier and Type Class Description class
JobEntryColumnsExist
This defines a column exists job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.connectedtorepository
Classes in org.pentaho.di.job.entries.connectedtorepository that implement JobEntryInterface Modifier and Type Class Description class
JobEntryConnectedToRepository
Job entry connected to repositoryb. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.copyfiles
Classes in org.pentaho.di.job.entries.copyfiles that implement JobEntryInterface Modifier and Type Class Description class
JobEntryCopyFiles
This defines a 'copy files' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.copymoveresultfilenames
Classes in org.pentaho.di.job.entries.copymoveresultfilenames that implement JobEntryInterface Modifier and Type Class Description class
JobEntryCopyMoveResultFilenames
This defines a 'copymoveresultfilenames' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.createfile
Classes in org.pentaho.di.job.entries.createfile that implement JobEntryInterface Modifier and Type Class Description class
JobEntryCreateFile
This defines a 'create file' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.createfolder
Classes in org.pentaho.di.job.entries.createfolder that implement JobEntryInterface Modifier and Type Class Description class
JobEntryCreateFolder
This defines a 'create folder' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.delay
Classes in org.pentaho.di.job.entries.delay that implement JobEntryInterface Modifier and Type Class Description class
JobEntryDelay
Job entry type to sleep for a time. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.deletefile
Classes in org.pentaho.di.job.entries.deletefile that implement JobEntryInterface Modifier and Type Class Description class
JobEntryDeleteFile
This defines a 'delete file' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.deletefiles
Classes in org.pentaho.di.job.entries.deletefiles that implement JobEntryInterface Modifier and Type Class Description class
JobEntryDeleteFiles
This defines a 'delete files' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.deletefolders
Classes in org.pentaho.di.job.entries.deletefolders that implement JobEntryInterface Modifier and Type Class Description class
JobEntryDeleteFolders
This defines a 'delete folders' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.deleteresultfilenames
Classes in org.pentaho.di.job.entries.deleteresultfilenames that implement JobEntryInterface Modifier and Type Class Description class
JobEntryDeleteResultFilenames
This defines a 'deleteresultfilenames' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.dostounix
Classes in org.pentaho.di.job.entries.dostounix that implement JobEntryInterface Modifier and Type Class Description class
JobEntryDosToUnix
This defines a 'Dos to Unix' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.empty
Classes in org.pentaho.di.job.entries.empty that implement JobEntryInterface Modifier and Type Class Description class
JobEntryEmpty
-
Uses of JobEntryInterface in org.pentaho.di.job.entries.eval
Classes in org.pentaho.di.job.entries.eval that implement JobEntryInterface Modifier and Type Class Description class
JobEntryEval
Job entry type to evaluate the result of a previous job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.evalfilesmetrics
Classes in org.pentaho.di.job.entries.evalfilesmetrics that implement JobEntryInterface Modifier and Type Class Description class
JobEntryEvalFilesMetrics
This defines a 'evaluate files metrics' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.evaluatetablecontent
Classes in org.pentaho.di.job.entries.evaluatetablecontent that implement JobEntryInterface Modifier and Type Class Description class
JobEntryEvalTableContent
This defines a Table content evaluation job entry -
Uses of JobEntryInterface in org.pentaho.di.job.entries.exportrepository
Classes in org.pentaho.di.job.entries.exportrepository that implement JobEntryInterface Modifier and Type Class Description class
JobEntryExportRepository
This defines a 'Export repository' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.filecompare
Classes in org.pentaho.di.job.entries.filecompare that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFileCompare
This defines a 'file compare' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.fileexists
Classes in org.pentaho.di.job.entries.fileexists that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFileExists
This defines an SQL job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.filesexist
Classes in org.pentaho.di.job.entries.filesexist that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFilesExist
This defines a Files exist job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.folderisempty
Classes in org.pentaho.di.job.entries.folderisempty that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFolderIsEmpty
This defines a 'create folder' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.folderscompare
Classes in org.pentaho.di.job.entries.folderscompare that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFoldersCompare
This defines a 'folder compare' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.ftp
Classes in org.pentaho.di.job.entries.ftp that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFTP
This defines an FTP job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.ftpdelete
Classes in org.pentaho.di.job.entries.ftpdelete that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFTPDelete
This defines an FTP job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.ftpput
Classes in org.pentaho.di.job.entries.ftpput that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFTPPUT
This defines an FTP put job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.ftpsget
Classes in org.pentaho.di.job.entries.ftpsget that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFTPSGet
This defines an FTPS job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.ftpsput
Classes in org.pentaho.di.job.entries.ftpsput that implement JobEntryInterface Modifier and Type Class Description class
JobEntryFTPSPUT
This defines an FTPS put job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.getpop
Classes in org.pentaho.di.job.entries.getpop that implement JobEntryInterface Modifier and Type Class Description class
JobEntryGetPOP
This defines an get pop job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.http
Classes in org.pentaho.di.job.entries.http that implement JobEntryInterface Modifier and Type Class Description class
JobEntryHTTP
This defines an HTTP job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.job
Classes in org.pentaho.di.job.entries.job that implement JobEntryInterface Modifier and Type Class Description class
JobEntryJob
Recursive definition of a Job. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.mail
Classes in org.pentaho.di.job.entries.mail that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMail
Describes a Mail Job Entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.mailvalidator
Classes in org.pentaho.di.job.entries.mailvalidator that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMailValidator
Job entry mail validator. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.missing
Classes in org.pentaho.di.job.entries.missing that implement JobEntryInterface Modifier and Type Class Description class
MissingEntry
-
Uses of JobEntryInterface in org.pentaho.di.job.entries.movefiles
Classes in org.pentaho.di.job.entries.movefiles that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMoveFiles
This defines a 'move files' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.msgboxinfo
Classes in org.pentaho.di.job.entries.msgboxinfo that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMsgBoxInfo
Job entry type to display a message box. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.mssqlbulkload
Classes in org.pentaho.di.job.entries.mssqlbulkload that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMssqlBulkLoad
This defines a MSSQL Bulk job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.mysqlbulkfile
Classes in org.pentaho.di.job.entries.mysqlbulkfile that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMysqlBulkFile
This defines an MYSQL Bulk file job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.mysqlbulkload
Classes in org.pentaho.di.job.entries.mysqlbulkload that implement JobEntryInterface Modifier and Type Class Description class
JobEntryMysqlBulkLoad
This defines a MySQL job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.pgpdecryptfiles
Classes in org.pentaho.di.job.entries.pgpdecryptfiles that implement JobEntryInterface Modifier and Type Class Description class
JobEntryPGPDecryptFiles
This defines a 'PGP decrypt files' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.pgpencryptfiles
Classes in org.pentaho.di.job.entries.pgpencryptfiles that implement JobEntryInterface Modifier and Type Class Description class
JobEntryPGPEncryptFiles
This defines a 'PGP decrypt files' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.pgpverify
Classes in org.pentaho.di.job.entries.pgpverify that implement JobEntryInterface Modifier and Type Class Description class
JobEntryPGPVerify
This defines a PGP verify job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.ping
Classes in org.pentaho.di.job.entries.ping that implement JobEntryInterface Modifier and Type Class Description class
JobEntryPing
This defines a ping job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.sendnagiospassivecheck
Classes in org.pentaho.di.job.entries.sendnagiospassivecheck that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySendNagiosPassiveCheck
This defines an SendNagiosPassiveCheck job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.setvariables
Classes in org.pentaho.di.job.entries.setvariables that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySetVariables
This defines a 'Set variables' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.sftp
Classes in org.pentaho.di.job.entries.sftp that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySFTP
This defines a SFTP job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.sftpput
Classes in org.pentaho.di.job.entries.sftpput that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySFTPPUT
This defines an SFTP put job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.shell
Classes in org.pentaho.di.job.entries.shell that implement JobEntryInterface Modifier and Type Class Description class
JobEntryShell
Shell type of Job Entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.simpleeval
Classes in org.pentaho.di.job.entries.simpleeval that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySimpleEval
This defines a 'simple evaluation' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.snmptrap
Classes in org.pentaho.di.job.entries.snmptrap that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySNMPTrap
This defines an SNMPTrap job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.special
Classes in org.pentaho.di.job.entries.special that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySpecial
This class can contain a few special job entries such as Start and Dummy. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.sql
Classes in org.pentaho.di.job.entries.sql that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySQL
This defines an SQL job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.success
Classes in org.pentaho.di.job.entries.success that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySuccess
Job entry type to success a job. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.syslog
Classes in org.pentaho.di.job.entries.syslog that implement JobEntryInterface Modifier and Type Class Description class
JobEntrySyslog
This defines a Syslog job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.tableexists
Classes in org.pentaho.di.job.entries.tableexists that implement JobEntryInterface Modifier and Type Class Description class
JobEntryTableExists
This defines a table exists job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.talendjobexec
Classes in org.pentaho.di.job.entries.talendjobexec that implement JobEntryInterface Modifier and Type Class Description class
JobEntryTalendJobExec
This executes an exported Talend Job. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.telnet
Classes in org.pentaho.di.job.entries.telnet that implement JobEntryInterface Modifier and Type Class Description class
JobEntryTelnet
This defines a Telnet job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.trans
Classes in org.pentaho.di.job.entries.trans that implement JobEntryInterface Modifier and Type Class Description class
JobEntryTrans
This is the job entry that defines a transformation to be run. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.truncatetables
Classes in org.pentaho.di.job.entries.truncatetables that implement JobEntryInterface Modifier and Type Class Description class
JobEntryTruncateTables
This defines a Truncate Tables job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.unzip
Classes in org.pentaho.di.job.entries.unzip that implement JobEntryInterface Modifier and Type Class Description class
JobEntryUnZip
This defines a 'unzip' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.waitforfile
Classes in org.pentaho.di.job.entries.waitforfile that implement JobEntryInterface Modifier and Type Class Description class
JobEntryWaitForFile
This defines a 'wait for file' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.waitforsql
Classes in org.pentaho.di.job.entries.waitforsql that implement JobEntryInterface Modifier and Type Class Description class
JobEntryWaitForSQL
This defines a Wait for SQL data job entry -
Uses of JobEntryInterface in org.pentaho.di.job.entries.webserviceavailable
Classes in org.pentaho.di.job.entries.webserviceavailable that implement JobEntryInterface Modifier and Type Class Description class
JobEntryWebServiceAvailable
This defines a webservice available job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.writetofile
Classes in org.pentaho.di.job.entries.writetofile that implement JobEntryInterface Modifier and Type Class Description class
JobEntryWriteToFile
This defines a 'write to file' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.writetolog
Classes in org.pentaho.di.job.entries.writetolog that implement JobEntryInterface Modifier and Type Class Description class
JobEntryWriteToLog
Job entry type to output message to the job log. -
Uses of JobEntryInterface in org.pentaho.di.job.entries.zipfile
Classes in org.pentaho.di.job.entries.zipfile that implement JobEntryInterface Modifier and Type Class Description class
JobEntryZipFile
This defines a 'zip file' job entry. -
Uses of JobEntryInterface in org.pentaho.di.job.entry
Methods in org.pentaho.di.job.entry that return JobEntryInterface Modifier and Type Method Description JobEntryInterface
JobEntryCopy. getEntry()
JobEntryInterface
JobEntryDialogInterface. open()
Opens a JobEntryDialog and waits for the dialog to be confirmed or cancelled.Methods in org.pentaho.di.job.entry with parameters of type JobEntryInterface Modifier and Type Method Description void
JobEntryCopy. setEntry(JobEntryInterface je)
Constructors in org.pentaho.di.job.entry with parameters of type JobEntryInterface Constructor Description JobEntryCopy(JobEntryInterface entry)
-
Uses of JobEntryInterface in org.pentaho.di.repository.kdr.delegates
Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type JobEntryInterface Modifier and Type Method Description JobEntryCopy
KettleDatabaseRepositoryJobEntryDelegate. loadJobEntryCopy(org.pentaho.di.repository.ObjectId jobId, org.pentaho.di.repository.ObjectId jobEntryCopyId, List<JobEntryInterface> jobentries, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers, String jobname)
Load the chef graphical entry from repository We load type, name & description if no entry can be found.
-