Uses of Class
org.pentaho.di.job.JobMeta
-
-
Uses of JobMeta in org.pentaho.di.base
Methods in org.pentaho.di.base that return JobMeta Modifier and Type Method Description JobMetaIMetaFileCache. getCachedJobMeta(String key)JobMetaMetaFileCacheImpl. getCachedJobMeta(String key)Methods in org.pentaho.di.base with parameters of type JobMeta Modifier and Type Method Description voidIMetaFileCache. cacheMeta(String key, JobMeta meta)voidMetaFileCacheImpl. cacheMeta(String key, JobMeta meta)static voidIMetaFileCache. setCacheInstance(JobMeta jobMeta, IMetaFileCache cache) -
Uses of JobMeta in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type JobMeta Modifier and Type Method Description voidSpoonInterface. addJobGraph(JobMeta jobMeta)Constructors in org.pentaho.di.core.gui with parameters of type JobMeta Constructor Description JobTracker(JobMeta jobMeta)JobTracker(JobMeta jobMeta, int maxChildren)JobTracker(JobMeta jobMeta, int maxChildren, JobEntryResult result)Creates a jobtracker with a single resultJobTracker(JobMeta jobMeta, JobEntryResult result)Creates a jobtracker with a single result (maxChildren children are kept) -
Uses of JobMeta in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobMeta Modifier and Type Field Description JobMetaJobPainterExtension. jobMetaMethods in org.pentaho.di.job that return JobMeta Modifier and Type Method Description JobMetaJob. getJobMeta()JobMetaJobConfiguration. getJobMeta()JobMetaJobPainter. getJobMeta()Methods in org.pentaho.di.job with parameters of type JobMeta Modifier and Type Method Description intJobMeta. compare(JobMeta j1, JobMeta j2)Compares two job on name, filename, repository directory, etc.intJobMeta. compareTo(JobMeta o)Compares this job's meta-data to the specified job's meta-data.voidJobExecutionConfiguration. getUsedArguments(JobMeta jobMeta, String[] commandLineArguments, org.pentaho.metastore.api.IMetaStore metaStore)voidJobExecutionConfiguration. getUsedVariables(JobMeta jobMeta)static StringJob. sendToSlaveServer(JobMeta jobMeta, JobExecutionConfiguration executionConfiguration, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)Send to slave server.voidJobConfiguration. setJobMeta(JobMeta jobMeta)voidJobPainter. setJobMeta(JobMeta jobMeta)Constructors in org.pentaho.di.job with parameters of type JobMeta Constructor Description 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)JobPainterExtension(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, JobMeta jobMeta, JobHopMeta jobHop, int x1, int y1, int x2, int y2, int mx, int my, org.pentaho.di.core.gui.Point offset) -
Uses of JobMeta in org.pentaho.di.job.entries.checkfilelocked
Methods in org.pentaho.di.job.entries.checkfilelocked with parameters of type JobMeta Modifier and Type Method Description voidJobEntryCheckFilesLocked. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.columnsexist
Methods in org.pentaho.di.job.entries.columnsexist with parameters of type JobMeta Modifier and Type Method Description voidJobEntryColumnsExist. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryColumnsExist. getResourceDependencies(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 Modifier and Type Method Description voidJobEntryCopyFiles. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.copymoveresultfilenames
Methods in org.pentaho.di.job.entries.copymoveresultfilenames with parameters of type JobMeta Modifier and Type Method Description voidJobEntryCopyMoveResultFilenames. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.createfile
Methods in org.pentaho.di.job.entries.createfile with parameters of type JobMeta Modifier and Type Method Description voidJobEntryCreateFile. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.createfolder
Methods in org.pentaho.di.job.entries.createfolder with parameters of type JobMeta Modifier and Type Method Description voidJobEntryCreateFolder. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.delay
Methods in org.pentaho.di.job.entries.delay with parameters of type JobMeta Modifier and Type Method Description voidJobEntryDelay. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.deletefile
Methods in org.pentaho.di.job.entries.deletefile with parameters of type JobMeta Modifier and Type Method Description voidJobEntryDeleteFile. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryDeleteFiles. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryDeleteFolders. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryDeleteResultFilenames. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.empty
Methods in org.pentaho.di.job.entries.empty with parameters of type JobMeta Modifier and Type Method Description voidJobEntryEmpty. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.eval
Methods in org.pentaho.di.job.entries.eval with parameters of type JobMeta Modifier and Type Method Description voidJobEntryEval. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.evalfilesmetrics
Methods in org.pentaho.di.job.entries.evalfilesmetrics with parameters of type JobMeta Modifier and Type Method Description voidJobEntryEvalFilesMetrics. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.evaluatetablecontent
Methods in org.pentaho.di.job.entries.evaluatetablecontent with parameters of type JobMeta Modifier and Type Method Description voidJobEntryEvalTableContent. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryExportRepository. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.filecompare
Methods in org.pentaho.di.job.entries.filecompare that return JobMeta Modifier and Type Method Description JobMetaJobEntryFileCompare. getParentJobMeta()Methods in org.pentaho.di.job.entries.filecompare with parameters of type JobMeta Modifier and Type Method Description voidJobEntryFileCompare. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryFileCompare. getResourceDependencies(JobMeta jobMeta)voidJobEntryFileCompare. setParentJobMeta(JobMeta parentJobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.fileexists
Methods in org.pentaho.di.job.entries.fileexists with parameters of type JobMeta Modifier and Type Method Description voidJobEntryFileExists. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryFilesExist. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.folderisempty
Methods in org.pentaho.di.job.entries.folderisempty with parameters of type JobMeta Modifier and Type Method Description voidJobEntryFolderIsEmpty. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.folderscompare
Methods in org.pentaho.di.job.entries.folderscompare with parameters of type JobMeta Modifier and Type Method Description voidJobEntryFoldersCompare. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.ftp
Methods in org.pentaho.di.job.entries.ftp with parameters of type JobMeta Modifier and Type Method Description voidJobEntryFTP. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryFTPDelete. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryFTPPUT. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryFTPSGet. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryFTPSPUT. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryGetPOP. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryHTTP. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description JobMetaJobEntryJob. getJobMeta(Repository rep, org.pentaho.di.core.variables.VariableSpace space)Deprecated.JobMetaJobEntryJob. getJobMeta(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space)protected JobMetaJobEntryJob. getJobMetaFromRepository(Repository rep, CurrentDirectoryResolver r, String transPath, org.pentaho.di.core.variables.VariableSpace tmpSpace)Methods in org.pentaho.di.job.entries.job with parameters of type JobMeta Modifier and Type Method Description voidJobEntryJob. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryJob. getResourceDependencies(JobMeta jobMeta)voidJobEntryJob. setParentJobMeta(JobMeta parentJobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.mail
Methods in org.pentaho.di.job.entries.mail with parameters of type JobMeta Modifier and Type Method Description voidJobEntryMail. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryMailValidator. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.movefiles
Methods in org.pentaho.di.job.entries.movefiles with parameters of type JobMeta Modifier and Type Method Description voidJobEntryMoveFiles. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.msgboxinfo
Methods in org.pentaho.di.job.entries.msgboxinfo with parameters of type JobMeta Modifier and Type Method Description voidJobEntryMsgBoxInfo. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.mssqlbulkload
Methods in org.pentaho.di.job.entries.mssqlbulkload with parameters of type JobMeta Modifier and Type Method Description voidJobEntryMssqlBulkLoad. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryMysqlBulkFile. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryMysqlBulkLoad. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryPGPDecryptFiles. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.pgpencryptfiles
Methods in org.pentaho.di.job.entries.pgpencryptfiles with parameters of type JobMeta Modifier and Type Method Description voidJobEntryPGPEncryptFiles. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.pgpverify
Methods in org.pentaho.di.job.entries.pgpverify with parameters of type JobMeta Modifier and Type Method Description voidJobEntryPGPVerify. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryPing. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryPing. getResourceDependencies(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.sendnagiospassivecheck
Methods in org.pentaho.di.job.entries.sendnagiospassivecheck with parameters of type JobMeta Modifier and Type Method Description voidJobEntrySendNagiosPassiveCheck. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntrySendNagiosPassiveCheck. 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 Modifier and Type Method Description voidJobEntrySetVariables. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntrySFTP. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntrySFTPPUT. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryShell. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntrySpecial. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.sql
Methods in org.pentaho.di.job.entries.sql with parameters of type JobMeta Modifier and Type Method Description voidJobEntrySQL. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntrySQL. 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 Modifier and Type Method Description voidJobEntrySuccess. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.syslog
Methods in org.pentaho.di.job.entries.syslog with parameters of type JobMeta Modifier and Type Method Description voidJobEntrySyslog. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.tableexists
Methods in org.pentaho.di.job.entries.tableexists with parameters of type JobMeta Modifier and Type Method Description voidJobEntryTableExists. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryTalendJobExec. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryTalendJobExec. getResourceDependencies(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.telnet
Methods in org.pentaho.di.job.entries.telnet with parameters of type JobMeta Modifier and Type Method Description voidJobEntryTelnet. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryTelnet. 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 Modifier and Type Method Description voidJobEntryTrans. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryTrans. getResourceDependencies(JobMeta jobMeta)voidJobEntryTrans. setParentJobMeta(JobMeta parentJobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.truncatetables
Methods in org.pentaho.di.job.entries.truncatetables with parameters of type JobMeta Modifier and Type Method Description voidJobEntryTruncateTables. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryUnZip. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entries.waitforfile
Methods in org.pentaho.di.job.entries.waitforfile with parameters of type JobMeta Modifier and Type Method Description voidJobEntryWaitForFile. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryWaitForSQL. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)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 Modifier and Type Method Description voidJobEntryWriteToFile. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)List<ResourceReference>JobEntryWriteToFile. 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 Modifier and Type Method Description voidJobEntryZipFile. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of JobMeta in org.pentaho.di.job.entry
Fields in org.pentaho.di.job.entry declared as JobMeta Modifier and Type Field Description protected JobMetaJobEntryBase. parentJobMetaMethods in org.pentaho.di.job.entry that return JobMeta Modifier and Type Method Description JobMetaJobEntryBase. getParentJobMeta()JobMetaJobEntryCopy. getParentJobMeta()default JobMetaJobEntryInterface. getParentJobMeta()Return Gets the parent jobMeta.Methods in org.pentaho.di.job.entry with parameters of type JobMeta Modifier and Type Method Description voidJobEntryBase. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)voidJobEntryBase. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)Allows JobEntry objects to check themselves for consistencyvoidJobEntryInterface. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)voidJobEntryInterface. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)Allows JobEntry objects to check themselves for consistencyList<ResourceReference>JobEntryBase. getResourceDependencies(JobMeta jobMeta)Gets 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.voidJobEntryBase. setParentJobMeta(JobMeta parentJobMeta)At save and run time, the system will attempt to set the jobMeta so that it can be accessed by the jobEntries if necessary.voidJobEntryCopy. setParentJobMeta(JobMeta parentJobMeta)default voidJobEntryInterface. setParentJobMeta(JobMeta jobMeta)At save and run time, the system will attempt to set the jobMeta so that it can be accessed by the jobEntries if necessary. -
Uses of JobMeta in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return JobMeta Modifier and Type Method Description JobMetaRepository. loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String revision)Load a job from the repositoryJobMetaRepository. loadJob(org.pentaho.di.repository.ObjectId id_job, String versionLabel)Load a job from the repository by idMethods in org.pentaho.di.repository with parameters of type JobMeta Modifier and Type Method Description booleanRepositoryImporter. jobOverwritePrompt(JobMeta jobMeta)booleanRepositoryImportFeedbackInterface. jobOverwritePrompt(JobMeta jobMeta)SharedObjectsRepository. readJobMetaSharedObjects(JobMeta jobMeta)protected voidRepositoryImporter. replaceSharedObjects(JobMeta transMeta)protected voidRepositoryImporter. saveJobMeta(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return JobMeta Modifier and Type Method Description JobMetaKettleFileRepository. loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName)JobMetaKettleFileRepository. loadJob(org.pentaho.di.repository.ObjectId idJob, String versionLabel)Methods in org.pentaho.di.repository.filerep with parameters of type JobMeta Modifier and Type Method Description SharedObjectsKettleFileRepository. readJobMetaSharedObjects(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return JobMeta Modifier and Type Method Description JobMetaKettleDatabaseRepository. loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName)Load a job in a directoryJobMetaKettleDatabaseRepository. loadJob(org.pentaho.di.repository.ObjectId idJob, String versionLabel)Methods in org.pentaho.di.repository.kdr with parameters of type JobMeta Modifier and Type Method Description SharedObjectsKettleDatabaseRepository. readJobMetaSharedObjects(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return JobMeta Modifier and Type Method Description JobMetaKettleDatabaseRepositoryJobDelegate. loadJobMeta(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir)Load a job from the repositoryJobMetaKettleDatabaseRepositoryJobDelegate. loadJobMeta(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor)Load a job in a directoryMethods in org.pentaho.di.repository.kdr.delegates with parameters of type JobMeta Modifier and Type Method Description voidKettleDatabaseRepositoryJobDelegate. readDatabases(JobMeta jobMeta)Read the database connections in the repository and add them to this job if they are not yet present.voidKettleDatabaseRepositoryJobDelegate. readDatabases(JobMeta jobMeta, boolean overWriteShared)Read the database connections in the repository and add them to this job if they are not yet present.SharedObjectsKettleDatabaseRepositoryJobDelegate. readSharedObjects(JobMeta jobMeta)voidKettleDatabaseRepositoryJobDelegate. readSlaves(JobMeta jobMeta, boolean overWriteShared)Read the slave servers in the repository and add them to this transformation if they are not yet present.voidKettleDatabaseRepositoryJobDelegate. 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.jobexecutor
Fields in org.pentaho.di.trans.steps.jobexecutor declared as JobMeta Modifier and Type Field Description JobMetaJobExecutorData. executorJobMetaMethods in org.pentaho.di.trans.steps.jobexecutor that return JobMeta Modifier and Type Method Description static JobMetaJobExecutorMeta. loadJobMeta(JobExecutorMeta executorMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space)static JobMetaJobExecutorMeta. loadJobMeta(JobExecutorMeta executorMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space) -
Uses of JobMeta in org.pentaho.di.www.service.zip
Methods in org.pentaho.di.www.service.zip that return JobMeta Modifier and Type Method Description protected JobMetaZipServiceKettle. instantiateJobMeta()Create objectJobMeta.
-