Uses of Class
org.pentaho.di.job.JobMeta
Packages that use JobMeta
Package
Description
-
Uses of JobMeta in org.pentaho.di.base
Methods in org.pentaho.di.base that return JobMetaModifier and TypeMethodDescriptionIMetaFileCache.getCachedJobMeta
(String key) MetaFileCacheImpl.getCachedJobMeta
(String key) Methods in org.pentaho.di.base with parameters of type JobMetaModifier and TypeMethodDescriptionvoid
void
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 JobMetaConstructors in org.pentaho.di.core.gui with parameters of type JobMetaModifierConstructorDescriptionJobTracker
(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 JobMetaMethods in org.pentaho.di.job that return JobMetaModifier and TypeMethodDescriptionJob.getJobMeta()
JobConfiguration.getJobMeta()
JobPainter.getJobMeta()
Methods in org.pentaho.di.job with parameters of type JobMetaModifier and TypeMethodDescriptionint
Compares two job on name, filename, repository directory, etc.int
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 JobMetaModifierConstructorDescriptionJob
(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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) JobEntryEvalTableContent.getResourceDependencies
(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.filecompare
Methods in org.pentaho.di.job.entries.filecompare that return JobMetaMethods in org.pentaho.di.job.entries.filecompare with parameters of type JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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.http
Methods in org.pentaho.di.job.entries.http with parameters of type JobMetaModifier and TypeMethodDescriptionvoid
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) JobEntryHTTP.getResourceDependencies
(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.job
Methods in org.pentaho.di.job.entries.job that return JobMetaModifier and TypeMethodDescriptionJobEntryJob.getJobMeta
(Repository rep, org.pentaho.di.core.variables.VariableSpace space) Deprecated.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 JobMetaModifier and TypeMethodDescriptionvoid
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) JobEntryJob.getResourceDependencies
(JobMeta jobMeta) void
JobEntryJob.setParentJobMeta
(JobMeta parentJobMeta) -
Uses of JobMeta in org.pentaho.di.job.entries.movefiles
Methods in org.pentaho.di.job.entries.movefiles with parameters of type JobMetaModifier and TypeMethodDescriptionvoid
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.mssqlbulkload
Methods in org.pentaho.di.job.entries.mssqlbulkload with parameters of type JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) JobEntrySetVariables.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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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) 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 JobMetaModifier and TypeMethodDescriptionvoid
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 JobMetaMethods in org.pentaho.di.job.entry that return JobMetaModifier and TypeMethodDescriptionJobEntryBase.getParentJobMeta()
JobEntryCopy.getParentJobMeta()
default JobMeta
JobEntryInterface.getParentJobMeta()
Return Gets the parent jobMeta.Methods in org.pentaho.di.job.entry with parameters of type JobMetaModifier and TypeMethodDescriptionvoid
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
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 consistencyJobEntryBase.getResourceDependencies
(JobMeta jobMeta) Gets a list of all the resource dependencies that the step is depending on.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 JobMetaModifier and TypeMethodDescriptionRepository.loadJob
(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String revision) Load a job from the repositoryLoad a job from the repository by idMethods in org.pentaho.di.repository with parameters of type JobMetaModifier and TypeMethodDescriptionboolean
RepositoryImporter.jobOverwritePrompt
(JobMeta jobMeta) boolean
RepositoryImportFeedbackInterface.jobOverwritePrompt
(JobMeta jobMeta) 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 JobMetaModifier and TypeMethodDescriptionKettleFileRepository.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 -
Uses of JobMeta in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return JobMetaModifier and TypeMethodDescriptionKettleDatabaseRepository.loadJob
(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName) Load a job in a directoryMethods in org.pentaho.di.repository.kdr with parameters of type JobMetaModifier and TypeMethodDescriptionKettleDatabaseRepository.readJobMetaSharedObjects
(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return JobMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryJobDelegate.loadJobMeta
(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir) Load a job from the repositoryKettleDatabaseRepositoryJobDelegate.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 JobMetaModifier and TypeMethodDescriptionvoid
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.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 JobMetaMethods in org.pentaho.di.trans.steps.jobexecutor that return JobMetaModifier and TypeMethodDescriptionstatic final JobMeta
JobExecutorMeta.loadJobMeta
(JobExecutorMeta executorMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space) static final 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 JobMetaModifier and TypeMethodDescriptionprotected JobMeta
ZipServiceKettle.instantiateJobMeta()
Create objectJobMeta
.
JobEntryJob.getJobMeta(Repository, IMetaStore, VariableSpace)