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 TypeMethodDescriptionvoidvoidstatic 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 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 TypeMethodDescriptionintCompares two job on name, filename, repository directory, etc.intCompares 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 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 TypeMethodDescriptionvoidJobEntryCheckFilesLocked.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 TypeMethodDescriptionvoidJobEntryColumnsExist.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 TypeMethodDescriptionvoidJobEntryCopyFiles.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 TypeMethodDescriptionvoidJobEntryCopyMoveResultFilenames.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 TypeMethodDescriptionvoidJobEntryCreateFile.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 TypeMethodDescriptionvoidJobEntryCreateFolder.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 TypeMethodDescriptionvoidJobEntryDelay.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 TypeMethodDescriptionvoidJobEntryDeleteFile.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 TypeMethodDescriptionvoidJobEntryDeleteFiles.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 TypeMethodDescriptionvoidJobEntryDeleteFolders.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 TypeMethodDescriptionvoidJobEntryDeleteResultFilenames.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 TypeMethodDescriptionvoidJobEntryEmpty.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 TypeMethodDescriptionvoidJobEntryEval.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 TypeMethodDescriptionvoidJobEntryEvalFilesMetrics.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 TypeMethodDescriptionvoidJobEntryEvalTableContent.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 TypeMethodDescriptionvoidJobEntryFileCompare.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) 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 JobMetaModifier and TypeMethodDescriptionvoidJobEntryFileExists.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 TypeMethodDescriptionvoidJobEntryFilesExist.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 TypeMethodDescriptionvoidJobEntryFolderIsEmpty.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 TypeMethodDescriptionvoidJobEntryFoldersCompare.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 TypeMethodDescriptionvoidJobEntryHTTP.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 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 JobMetaModifier and TypeMethodDescriptionvoidJobEntryJob.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) voidJobEntryJob.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 TypeMethodDescriptionvoidJobEntryMoveFiles.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 TypeMethodDescriptionvoidJobEntryMssqlBulkLoad.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 TypeMethodDescriptionvoidJobEntryMysqlBulkFile.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 TypeMethodDescriptionvoidJobEntryMysqlBulkLoad.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 TypeMethodDescriptionvoidJobEntryPGPDecryptFiles.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 TypeMethodDescriptionvoidJobEntryPGPEncryptFiles.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 TypeMethodDescriptionvoidJobEntryPGPVerify.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 TypeMethodDescriptionvoidJobEntryPing.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 TypeMethodDescriptionvoidJobEntrySendNagiosPassiveCheck.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 TypeMethodDescriptionvoidJobEntrySetVariables.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 TypeMethodDescriptionvoidJobEntryShell.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 TypeMethodDescriptionvoidJobEntrySpecial.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 TypeMethodDescriptionvoidJobEntrySQL.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 TypeMethodDescriptionvoidJobEntrySuccess.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 TypeMethodDescriptionvoidJobEntrySyslog.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 TypeMethodDescriptionvoidJobEntryTableExists.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 TypeMethodDescriptionvoidJobEntryTalendJobExec.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 TypeMethodDescriptionvoidJobEntryTelnet.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 TypeMethodDescriptionvoidJobEntryTrans.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) 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 JobMetaModifier and TypeMethodDescriptionvoidJobEntryTruncateTables.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 TypeMethodDescriptionvoidJobEntryUnZip.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 TypeMethodDescriptionvoidJobEntryWaitForFile.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 TypeMethodDescriptionvoidJobEntryWaitForSQL.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 TypeMethodDescriptionvoidJobEntryWriteToFile.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 TypeMethodDescriptionvoidJobEntryZipFile.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 JobMetaJobEntryInterface.getParentJobMeta()Return Gets the parent jobMeta.Methods in org.pentaho.di.job.entry with parameters of type JobMetaModifier and TypeMethodDescriptionvoidvoidJobEntryBase.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 consistencyvoidvoidJobEntryInterface.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.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 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 TypeMethodDescriptionbooleanRepositoryImporter.jobOverwritePrompt(JobMeta jobMeta) booleanRepositoryImportFeedbackInterface.jobOverwritePrompt(JobMeta jobMeta) Repository.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 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 TypeMethodDescriptionvoidKettleDatabaseRepositoryJobDelegate.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.KettleDatabaseRepositoryJobDelegate.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 JobMetaMethods in org.pentaho.di.trans.steps.jobexecutor that return JobMetaModifier and TypeMethodDescriptionstatic final JobMetaJobExecutorMeta.loadJobMeta(JobExecutorMeta executorMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space) static final 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 JobMetaModifier and TypeMethodDescriptionprotected JobMetaZipServiceKettle.instantiateJobMeta()Create objectJobMeta.
JobEntryJob.getJobMeta(Repository, IMetaStore, VariableSpace)