Uses of Class
org.pentaho.di.job.JobMeta
Package
Description
-
Uses of JobMeta in org.pentaho.di.base
Modifier and TypeMethodDescriptionIMetaFileCache.getCachedJobMeta
(String key) MetaFileCacheImpl.getCachedJobMeta
(String key) Modifier and TypeMethodDescriptionvoid
void
static void
IMetaFileCache.setCacheInstance
(JobMeta jobMeta, IMetaFileCache cache) -
Uses of JobMeta in org.pentaho.di.core.gui
ModifierConstructorDescriptionJobTracker
(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
Modifier and TypeMethodDescriptionJob.getJobMeta()
JobConfiguration.getJobMeta()
JobPainter.getJobMeta()
Modifier 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) ModifierConstructorDescriptionJob
(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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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) Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionJobEntryBase.getParentJobMeta()
JobEntryCopy.getParentJobMeta()
default JobMeta
JobEntryInterface.getParentJobMeta()
Return Gets the parent jobMeta.Modifier 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
Modifier 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 idModifier 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
Modifier and TypeMethodDescriptionKettleFileRepository.loadJob
(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName) -
Uses of JobMeta in org.pentaho.di.repository.kdr
Modifier and TypeMethodDescriptionKettleDatabaseRepository.loadJob
(String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, String versionName) Load a job in a directoryModifier and TypeMethodDescriptionKettleDatabaseRepository.readJobMetaSharedObjects
(JobMeta jobMeta) -
Uses of JobMeta in org.pentaho.di.repository.kdr.delegates
Modifier 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 directoryModifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected JobMeta
ZipServiceKettle.instantiateJobMeta()
Create objectJobMeta
.
JobEntryJob.getJobMeta(Repository, IMetaStore, VariableSpace)