Uses of Class
org.pentaho.di.job.JobMeta

Packages that use JobMeta
org.pentaho.di.core.gui   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.job.entries.abort   
org.pentaho.di.job.entries.addresultfilenames   
org.pentaho.di.job.entries.checkdbconnection   
org.pentaho.di.job.entries.checkfilelocked   
org.pentaho.di.job.entries.columnsexist   
org.pentaho.di.job.entries.connectedtorepository   
org.pentaho.di.job.entries.copyfiles   
org.pentaho.di.job.entries.copymoveresultfilenames   
org.pentaho.di.job.entries.createfile   
org.pentaho.di.job.entries.createfolder   
org.pentaho.di.job.entries.delay   
org.pentaho.di.job.entries.deletefile   
org.pentaho.di.job.entries.deletefiles   
org.pentaho.di.job.entries.deletefolders   
org.pentaho.di.job.entries.deleteresultfilenames   
org.pentaho.di.job.entries.dtdvalidator   
org.pentaho.di.job.entries.empty   
org.pentaho.di.job.entries.eval   
org.pentaho.di.job.entries.evalfilesmetrics   
org.pentaho.di.job.entries.evaluatetablecontent   
org.pentaho.di.job.entries.exportrepository   
org.pentaho.di.job.entries.filecompare   
org.pentaho.di.job.entries.fileexists   
org.pentaho.di.job.entries.filesexist   
org.pentaho.di.job.entries.folderisempty   
org.pentaho.di.job.entries.folderscompare   
org.pentaho.di.job.entries.ftp   
org.pentaho.di.job.entries.ftpdelete   
org.pentaho.di.job.entries.ftpput   
org.pentaho.di.job.entries.ftpsget   
org.pentaho.di.job.entries.ftpsput   
org.pentaho.di.job.entries.getpop   
org.pentaho.di.job.entries.http   
org.pentaho.di.job.entries.job   
org.pentaho.di.job.entries.mail   
org.pentaho.di.job.entries.mailvalidator   
org.pentaho.di.job.entries.movefiles   
org.pentaho.di.job.entries.msaccessbulkload   
org.pentaho.di.job.entries.msgboxinfo   
org.pentaho.di.job.entries.mssqlbulkload   
org.pentaho.di.job.entries.mysqlbulkfile   
org.pentaho.di.job.entries.mysqlbulkload   
org.pentaho.di.job.entries.pgpdecryptfiles   
org.pentaho.di.job.entries.pgpencryptfiles   
org.pentaho.di.job.entries.pgpverify   
org.pentaho.di.job.entries.ping   
org.pentaho.di.job.entries.setvariables   
org.pentaho.di.job.entries.sftp   
org.pentaho.di.job.entries.sftpput   
org.pentaho.di.job.entries.shell   
org.pentaho.di.job.entries.special   
org.pentaho.di.job.entries.sql   
org.pentaho.di.job.entries.ssh2get   
org.pentaho.di.job.entries.ssh2put   
org.pentaho.di.job.entries.success   
org.pentaho.di.job.entries.syslog   
org.pentaho.di.job.entries.tableexists   
org.pentaho.di.job.entries.talendjobexec   
org.pentaho.di.job.entries.trans   
org.pentaho.di.job.entries.truncatetables   
org.pentaho.di.job.entries.unzip   
org.pentaho.di.job.entries.waitforfile   
org.pentaho.di.job.entries.waitforsql   
org.pentaho.di.job.entries.writetofile   
org.pentaho.di.job.entries.writetolog   
org.pentaho.di.job.entries.xmlwellformed   
org.pentaho.di.job.entries.xsdvalidator   
org.pentaho.di.job.entries.xslt   
org.pentaho.di.job.entries.zipfile   
org.pentaho.di.job.entry   
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.repository.filerep   
org.pentaho.di.repository.kdr   
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans.steps.autodoc   
 

Uses of JobMeta in org.pentaho.di.core.gui
 

Constructors in org.pentaho.di.core.gui with parameters of type JobMeta
JobTracker(JobMeta jobMeta)
           
JobTracker(JobMeta jobMeta, int maxChildren)
           
JobTracker(JobMeta jobMeta, int maxChildren, JobEntryResult result)
          Creates a jobtracker with a single result
JobTracker(JobMeta jobMeta, JobEntryResult result)
          Creates a jobtracker with a single result (max 1000 children are kept)
 

Uses of JobMeta in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobMeta
 JobMeta JobConfiguration.getJobMeta()
           
 JobMeta Job.getJobMeta()
           
 

Methods in org.pentaho.di.job with parameters of type JobMeta
 int JobMeta.compare(JobMeta j1, JobMeta j2)
          Compares two transformation on name, filename
 int JobMeta.compareTo(JobMeta o)
           
 void JobExecutionConfiguration.getUsedVariables(JobMeta jobMeta)
           
static String Job.sendToSlaveServer(JobMeta jobMeta, JobExecutionConfiguration executionConfiguration, Repository repository)
           
 void JobConfiguration.setJobMeta(JobMeta jobMeta)
           
 

Constructors in org.pentaho.di.job with parameters of type JobMeta
Job(Repository repository, JobMeta jobMeta)
           
Job(Repository repository, JobMeta jobMeta, org.pentaho.di.core.logging.LoggingObjectInterface parentLogging)
           
JobConfiguration(JobMeta jobMeta, JobExecutionConfiguration jobExecutionConfiguration)
           
JobHopMeta(Node hopnode, JobMeta job)
           
JobPainter(GCInterface gc, JobMeta jobMeta, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.ScrollBarInterface hori, org.pentaho.di.core.gui.ScrollBarInterface vert, JobHopMeta candidate, org.pentaho.di.core.gui.Point drop_candidate, org.pentaho.di.core.gui.Rectangle selrect, List<AreaOwner> areaOwners, List<JobEntryCopy> mouseOverEntries, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.abort
 

Methods in org.pentaho.di.job.entries.abort with parameters of type JobMeta
 void JobEntryAbort.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.addresultfilenames
 

Methods in org.pentaho.di.job.entries.addresultfilenames with parameters of type JobMeta
 void JobEntryAddResultFilenames.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.checkdbconnection
 

Methods in org.pentaho.di.job.entries.checkdbconnection with parameters of type JobMeta
 void JobEntryCheckDbConnections.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryCheckDbConnections.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.checkfilelocked
 

Methods in org.pentaho.di.job.entries.checkfilelocked with parameters of type JobMeta
 void JobEntryCheckFilesLocked.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.columnsexist
 

Methods in org.pentaho.di.job.entries.columnsexist with parameters of type JobMeta
 void JobEntryColumnsExist.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryColumnsExist.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.connectedtorepository
 

Methods in org.pentaho.di.job.entries.connectedtorepository with parameters of type JobMeta
 void JobEntryConnectedToRepository.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.copyfiles
 

Methods in org.pentaho.di.job.entries.copyfiles with parameters of type JobMeta
 void JobEntryCopyFiles.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.copymoveresultfilenames
 

Methods in org.pentaho.di.job.entries.copymoveresultfilenames with parameters of type JobMeta
 void JobEntryCopyMoveResultFilenames.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.createfile
 

Methods in org.pentaho.di.job.entries.createfile with parameters of type JobMeta
 void JobEntryCreateFile.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.createfolder
 

Methods in org.pentaho.di.job.entries.createfolder with parameters of type JobMeta
 void JobEntryCreateFolder.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.delay
 

Methods in org.pentaho.di.job.entries.delay with parameters of type JobMeta
 void JobEntryDelay.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.deletefile
 

Methods in org.pentaho.di.job.entries.deletefile with parameters of type JobMeta
 void JobEntryDeleteFile.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryDeleteFile.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.deletefiles
 

Methods in org.pentaho.di.job.entries.deletefiles with parameters of type JobMeta
 void JobEntryDeleteFiles.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryDeleteFiles.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.deletefolders
 

Methods in org.pentaho.di.job.entries.deletefolders with parameters of type JobMeta
 void JobEntryDeleteFolders.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryDeleteFolders.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.deleteresultfilenames
 

Methods in org.pentaho.di.job.entries.deleteresultfilenames with parameters of type JobMeta
 void JobEntryDeleteResultFilenames.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.dtdvalidator
 

Methods in org.pentaho.di.job.entries.dtdvalidator with parameters of type JobMeta
 void JobEntryDTDValidator.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryDTDValidator.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.empty
 

Methods in org.pentaho.di.job.entries.empty with parameters of type JobMeta
 void JobEntryEmpty.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.eval
 

Methods in org.pentaho.di.job.entries.eval with parameters of type JobMeta
 void JobEntryEval.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.evalfilesmetrics
 

Methods in org.pentaho.di.job.entries.evalfilesmetrics with parameters of type JobMeta
 void JobEntryEvalFilesMetrics.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.evaluatetablecontent
 

Methods in org.pentaho.di.job.entries.evaluatetablecontent with parameters of type JobMeta
 void JobEntryEvalTableContent.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryEvalTableContent.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.exportrepository
 

Methods in org.pentaho.di.job.entries.exportrepository with parameters of type JobMeta
 void JobEntryExportRepository.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.filecompare
 

Methods in org.pentaho.di.job.entries.filecompare with parameters of type JobMeta
 void JobEntryFileCompare.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFileCompare.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.fileexists
 

Methods in org.pentaho.di.job.entries.fileexists with parameters of type JobMeta
 void JobEntryFileExists.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFileExists.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.filesexist
 

Methods in org.pentaho.di.job.entries.filesexist with parameters of type JobMeta
 void JobEntryFilesExist.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.folderisempty
 

Methods in org.pentaho.di.job.entries.folderisempty with parameters of type JobMeta
 void JobEntryFolderIsEmpty.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.folderscompare
 

Methods in org.pentaho.di.job.entries.folderscompare with parameters of type JobMeta
 void JobEntryFoldersCompare.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ftp
 

Methods in org.pentaho.di.job.entries.ftp with parameters of type JobMeta
 void JobEntryFTP.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFTP.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ftpdelete
 

Methods in org.pentaho.di.job.entries.ftpdelete with parameters of type JobMeta
 void JobEntryFTPDelete.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFTPDelete.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ftpput
 

Methods in org.pentaho.di.job.entries.ftpput with parameters of type JobMeta
 void JobEntryFTPPUT.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFTPPUT.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ftpsget
 

Methods in org.pentaho.di.job.entries.ftpsget with parameters of type JobMeta
 void JobEntryFTPSGet.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFTPSGet.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ftpsput
 

Methods in org.pentaho.di.job.entries.ftpsput with parameters of type JobMeta
 void JobEntryFTPSPUT.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryFTPSPUT.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.getpop
 

Methods in org.pentaho.di.job.entries.getpop with parameters of type JobMeta
 void JobEntryGetPOP.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryGetPOP.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.http
 

Methods in org.pentaho.di.job.entries.http with parameters of type JobMeta
 void JobEntryHTTP.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryHTTP.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.job
 

Methods in org.pentaho.di.job.entries.job that return JobMeta
 JobMeta JobEntryJob.getJobMeta(Repository rep, org.pentaho.di.core.variables.VariableSpace space)
           
 

Methods in org.pentaho.di.job.entries.job with parameters of type JobMeta
 void JobEntryJob.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryJob.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.mail
 

Methods in org.pentaho.di.job.entries.mail with parameters of type JobMeta
 void JobEntryMail.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryMail.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.mailvalidator
 

Methods in org.pentaho.di.job.entries.mailvalidator with parameters of type JobMeta
 void JobEntryMailValidator.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.movefiles
 

Methods in org.pentaho.di.job.entries.movefiles with parameters of type JobMeta
 void JobEntryMoveFiles.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.msaccessbulkload
 

Methods in org.pentaho.di.job.entries.msaccessbulkload with parameters of type JobMeta
 void JobEntryMSAccessBulkLoad.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.msgboxinfo
 

Methods in org.pentaho.di.job.entries.msgboxinfo with parameters of type JobMeta
 void JobEntryMsgBoxInfo.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.mssqlbulkload
 

Methods in org.pentaho.di.job.entries.mssqlbulkload with parameters of type JobMeta
 void JobEntryMssqlBulkLoad.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryMssqlBulkLoad.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.mysqlbulkfile
 

Methods in org.pentaho.di.job.entries.mysqlbulkfile with parameters of type JobMeta
 void JobEntryMysqlBulkFile.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryMysqlBulkFile.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.mysqlbulkload
 

Methods in org.pentaho.di.job.entries.mysqlbulkload with parameters of type JobMeta
 void JobEntryMysqlBulkLoad.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryMysqlBulkLoad.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.pgpdecryptfiles
 

Methods in org.pentaho.di.job.entries.pgpdecryptfiles with parameters of type JobMeta
 void JobEntryPGPDecryptFiles.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.pgpencryptfiles
 

Methods in org.pentaho.di.job.entries.pgpencryptfiles with parameters of type JobMeta
 void JobEntryPGPEncryptFiles.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.pgpverify
 

Methods in org.pentaho.di.job.entries.pgpverify with parameters of type JobMeta
 void JobEntryPGPVerify.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryPGPVerify.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ping
 

Methods in org.pentaho.di.job.entries.ping with parameters of type JobMeta
 void JobEntryPing.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryPing.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.setvariables
 

Methods in org.pentaho.di.job.entries.setvariables with parameters of type JobMeta
 void JobEntrySetVariables.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntrySetVariables.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.sftp
 

Methods in org.pentaho.di.job.entries.sftp with parameters of type JobMeta
 void JobEntrySFTP.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntrySFTP.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.sftpput
 

Methods in org.pentaho.di.job.entries.sftpput with parameters of type JobMeta
 void JobEntrySFTPPUT.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntrySFTPPUT.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.shell
 

Methods in org.pentaho.di.job.entries.shell with parameters of type JobMeta
 void JobEntryShell.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryShell.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.special
 

Methods in org.pentaho.di.job.entries.special with parameters of type JobMeta
 void JobEntrySpecial.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.sql
 

Methods in org.pentaho.di.job.entries.sql with parameters of type JobMeta
 void JobEntrySQL.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntrySQL.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ssh2get
 

Methods in org.pentaho.di.job.entries.ssh2get with parameters of type JobMeta
 void JobEntrySSH2GET.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntrySSH2GET.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.ssh2put
 

Methods in org.pentaho.di.job.entries.ssh2put with parameters of type JobMeta
 void JobEntrySSH2PUT.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntrySSH2PUT.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.success
 

Methods in org.pentaho.di.job.entries.success with parameters of type JobMeta
 void JobEntrySuccess.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.syslog
 

Methods in org.pentaho.di.job.entries.syslog with parameters of type JobMeta
 void JobEntrySyslog.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.tableexists
 

Methods in org.pentaho.di.job.entries.tableexists with parameters of type JobMeta
 void JobEntryTableExists.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryTableExists.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.talendjobexec
 

Methods in org.pentaho.di.job.entries.talendjobexec with parameters of type JobMeta
 void JobEntryTalendJobExec.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryTalendJobExec.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.trans
 

Methods in org.pentaho.di.job.entries.trans with parameters of type JobMeta
 void JobEntryTrans.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryTrans.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.truncatetables
 

Methods in org.pentaho.di.job.entries.truncatetables with parameters of type JobMeta
 void JobEntryTruncateTables.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryTruncateTables.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.unzip
 

Methods in org.pentaho.di.job.entries.unzip with parameters of type JobMeta
 void JobEntryUnZip.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.waitforfile
 

Methods in org.pentaho.di.job.entries.waitforfile with parameters of type JobMeta
 void JobEntryWaitForFile.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryWaitForFile.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.waitforsql
 

Methods in org.pentaho.di.job.entries.waitforsql with parameters of type JobMeta
 void JobEntryWaitForSQL.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryWaitForSQL.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.writetofile
 

Methods in org.pentaho.di.job.entries.writetofile with parameters of type JobMeta
 void JobEntryWriteToFile.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryWriteToFile.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.writetolog
 

Methods in org.pentaho.di.job.entries.writetolog with parameters of type JobMeta
 void JobEntryWriteToLog.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.xmlwellformed
 

Methods in org.pentaho.di.job.entries.xmlwellformed with parameters of type JobMeta
 void JobEntryXMLWellFormed.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.xsdvalidator
 

Methods in org.pentaho.di.job.entries.xsdvalidator with parameters of type JobMeta
 void JobEntryXSDValidator.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryXSDValidator.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.xslt
 

Methods in org.pentaho.di.job.entries.xslt with parameters of type JobMeta
 void JobEntryXSLT.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 List<ResourceReference> JobEntryXSLT.getResourceDependencies(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entries.zipfile
 

Methods in org.pentaho.di.job.entries.zipfile with parameters of type JobMeta
 void JobEntryZipFile.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.job.entry
 

Methods in org.pentaho.di.job.entry that return JobMeta
 JobMeta JobEntryCopy.getParentJobMeta()
           
 

Methods in org.pentaho.di.job.entry with parameters of type JobMeta
 void JobEntryBase.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
          Support for overrides not having to put in a check method
 void JobEntryInterface.check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
          Allows JobEntry objects to check themselves for consistency
 List<ResourceReference> JobEntryBase.getResourceDependencies(JobMeta jobMeta)
          Get a list of all the resource dependencies that the step is depending on.
 List<ResourceReference> JobEntryInterface.getResourceDependencies(JobMeta jobMeta)
          Get a list of all the resource dependencies that the step is depending on.
 void JobEntryCopy.setParentJobMeta(JobMeta parentJobMeta)
           
 

Uses of JobMeta in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository that return JobMeta
 JobMeta Repository.loadJob(org.pentaho.di.repository.ObjectId id_job, String versionLabel)
          Load a job from the repository by id
 JobMeta Repository.loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String revision)
          Load a job from the repository
 

Methods in org.pentaho.di.repository with parameters of type JobMeta
 boolean RepositoryImportFeedbackInterface.jobOverwritePrompt(JobMeta jobMeta)
           
 boolean RepositoryImporter.jobOverwritePrompt(JobMeta jobMeta)
           
 SharedObjects Repository.readJobMetaSharedObjects(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.repository.filerep
 

Methods in org.pentaho.di.repository.filerep that return JobMeta
 JobMeta KettleFileRepository.loadJob(org.pentaho.di.repository.ObjectId idJob, String versionLabel)
           
 JobMeta KettleFileRepository.loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName)
           
 

Methods in org.pentaho.di.repository.filerep with parameters of type JobMeta
 SharedObjects KettleFileRepository.readJobMetaSharedObjects(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return JobMeta
 JobMeta KettleDatabaseRepository.loadJob(org.pentaho.di.repository.ObjectId idJob, String versionLabel)
           
 JobMeta KettleDatabaseRepository.loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName)
          Load a job in a directory
 

Methods in org.pentaho.di.repository.kdr with parameters of type JobMeta
 SharedObjects KettleDatabaseRepository.readJobMetaSharedObjects(JobMeta jobMeta)
           
 

Uses of JobMeta in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return JobMeta
 JobMeta KettleDatabaseRepositoryJobDelegate.loadJobMeta(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir)
          Load a job from the repository
 JobMeta KettleDatabaseRepositoryJobDelegate.loadJobMeta(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor)
          Load a job in a directory
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type JobMeta
 void KettleDatabaseRepositoryJobDelegate.readDatabases(JobMeta jobMeta)
          Read the database connections in the repository and add them to this job if they are not yet present.
 void KettleDatabaseRepositoryJobDelegate.readDatabases(JobMeta jobMeta, boolean overWriteShared)
          Read the database connections in the repository and add them to this job if they are not yet present.
 SharedObjects KettleDatabaseRepositoryJobDelegate.readSharedObjects(JobMeta jobMeta)
           
 void KettleDatabaseRepositoryJobDelegate.readSlaves(JobMeta jobMeta, boolean overWriteShared)
          Read the slave servers in the repository and add them to this transformation if they are not yet present.
 void KettleDatabaseRepositoryJobDelegate.saveJob(JobMeta jobMeta, String versionComment, org.pentaho.di.core.ProgressMonitorListener monitor, boolean overwrite)
          Stored a job in the repository
 

Uses of JobMeta in org.pentaho.di.trans.steps.autodoc
 

Methods in org.pentaho.di.trans.steps.autodoc that return JobMeta
 JobMeta JobInformation.getJobMeta(ReportSubjectLocation location)