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 JobMeta
IMetaFileCache. getCachedJobMeta(String key)
JobMeta
MetaFileCacheImpl. getCachedJobMeta(String key)
Methods in org.pentaho.di.base with parameters of type JobMeta Modifier and Type Method Description void
IMetaFileCache. cacheMeta(String key, JobMeta meta)
void
MetaFileCacheImpl. cacheMeta(String key, JobMeta meta)
static void
IMetaFileCache. 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 void
SpoonInterface. 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 JobMeta
JobPainterExtension. jobMeta
Methods in org.pentaho.di.job that return JobMeta Modifier and Type Method Description JobMeta
Job. getJobMeta()
JobMeta
JobConfiguration. getJobMeta()
JobMeta
JobPainter. getJobMeta()
Methods in org.pentaho.di.job with parameters of type JobMeta Modifier and Type Method Description int
JobMeta. compare(JobMeta j1, JobMeta j2)
Compares two job on name, filename, repository directory, etc.int
JobMeta. compareTo(JobMeta o)
Compares this job's meta-data to the specified job's meta-data.void
JobExecutionConfiguration. getUsedArguments(JobMeta jobMeta, String[] commandLineArguments, org.pentaho.metastore.api.IMetaStore metaStore)
void
JobExecutionConfiguration. getUsedVariables(JobMeta jobMeta)
static String
Job. sendToSlaveServer(JobMeta jobMeta, JobExecutionConfiguration executionConfiguration, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Send to slave server.void
JobConfiguration. setJobMeta(JobMeta jobMeta)
void
JobPainter. 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 void
JobEntryCheckFilesLocked. 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 void
JobEntryColumnsExist. 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 void
JobEntryCopyFiles. 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 void
JobEntryCopyMoveResultFilenames. 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 void
JobEntryCreateFile. 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 void
JobEntryCreateFolder. 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 void
JobEntryDelay. 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 void
JobEntryDeleteFile. 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 void
JobEntryDeleteFiles. 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 void
JobEntryDeleteFolders. 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 void
JobEntryDeleteResultFilenames. 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 void
JobEntryEmpty. 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 void
JobEntryEval. 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 void
JobEntryEvalFilesMetrics. 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 void
JobEntryEvalTableContent. 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 void
JobEntryExportRepository. 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 JobMeta
JobEntryFileCompare. getParentJobMeta()
Methods in org.pentaho.di.job.entries.filecompare with parameters of type JobMeta Modifier and Type Method Description void
JobEntryFileCompare. 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)
void
JobEntryFileCompare. 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 void
JobEntryFileExists. 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 void
JobEntryFilesExist. 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 void
JobEntryFolderIsEmpty. 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 void
JobEntryFoldersCompare. 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 void
JobEntryFTP. 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 void
JobEntryFTPDelete. 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 void
JobEntryFTPPUT. 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 void
JobEntryFTPSGet. 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 void
JobEntryFTPSPUT. 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 void
JobEntryGetPOP. 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 void
JobEntryHTTP. 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 JobMeta
JobEntryJob. getJobMeta(Repository rep, org.pentaho.di.core.variables.VariableSpace space)
Deprecated.JobMeta
JobEntryJob. getJobMeta(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space)
protected JobMeta
JobEntryJob. 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 void
JobEntryJob. 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)
void
JobEntryJob. 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 void
JobEntryMail. 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 void
JobEntryMailValidator. 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 void
JobEntryMoveFiles. 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 void
JobEntryMsgBoxInfo. 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 void
JobEntryMssqlBulkLoad. 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 void
JobEntryMysqlBulkFile. 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 void
JobEntryMysqlBulkLoad. 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 void
JobEntryPGPDecryptFiles. 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 void
JobEntryPGPEncryptFiles. 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 void
JobEntryPGPVerify. 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 void
JobEntryPing. 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 void
JobEntrySendNagiosPassiveCheck. 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 void
JobEntrySetVariables. 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 void
JobEntrySFTP. 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 void
JobEntrySFTPPUT. 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 void
JobEntryShell. 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 void
JobEntrySpecial. 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 void
JobEntrySQL. 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 void
JobEntrySuccess. 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 void
JobEntrySyslog. 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 void
JobEntryTableExists. 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 void
JobEntryTalendJobExec. 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 void
JobEntryTelnet. 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 void
JobEntryTrans. 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)
void
JobEntryTrans. 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 void
JobEntryTruncateTables. 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 void
JobEntryUnZip. 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 void
JobEntryWaitForFile. 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 void
JobEntryWaitForSQL. 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 void
JobEntryWriteToFile. 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 void
JobEntryZipFile. 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 JobMeta
JobEntryBase. parentJobMeta
Methods in org.pentaho.di.job.entry that return JobMeta Modifier and Type Method Description JobMeta
JobEntryBase. getParentJobMeta()
JobMeta
JobEntryCopy. getParentJobMeta()
default JobMeta
JobEntryInterface. getParentJobMeta()
Return Gets the parent jobMeta.Methods in org.pentaho.di.job.entry with parameters of type JobMeta Modifier and Type Method Description void
JobEntryBase. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
void
JobEntryBase. 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 consistencyvoid
JobEntryInterface. check(List<org.pentaho.di.core.CheckResultInterface> remarks, JobMeta jobMeta)
void
JobEntryInterface. 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.void
JobEntryBase. 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.void
JobEntryCopy. setParentJobMeta(JobMeta parentJobMeta)
default void
JobEntryInterface. 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 JobMeta
Repository. loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String revision)
Load a job from the repositoryJobMeta
Repository. 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 boolean
RepositoryImporter. jobOverwritePrompt(JobMeta jobMeta)
boolean
RepositoryImportFeedbackInterface. jobOverwritePrompt(JobMeta jobMeta)
SharedObjects
Repository. readJobMetaSharedObjects(JobMeta jobMeta)
protected void
RepositoryImporter. replaceSharedObjects(JobMeta transMeta)
protected void
RepositoryImporter. 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 JobMeta
KettleFileRepository. loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName)
JobMeta
KettleFileRepository. 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 SharedObjects
KettleFileRepository. 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 JobMeta
KettleDatabaseRepository. loadJob(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName)
Load a job in a directoryJobMeta
KettleDatabaseRepository. 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 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 Modifier and Type Method Description JobMeta
KettleDatabaseRepositoryJobDelegate. loadJobMeta(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir)
Load a job from the repositoryJobMeta
KettleDatabaseRepositoryJobDelegate. 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 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.jobexecutor
Fields in org.pentaho.di.trans.steps.jobexecutor declared as JobMeta Modifier and Type Field Description JobMeta
JobExecutorData. executorJobMeta
Methods in org.pentaho.di.trans.steps.jobexecutor that return JobMeta Modifier and Type Method Description static JobMeta
JobExecutorMeta. loadJobMeta(JobExecutorMeta executorMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space)
static JobMeta
JobExecutorMeta. 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 JobMeta
ZipServiceKettle. instantiateJobMeta()
Create objectJobMeta
.
-