Uses of Class
org.pentaho.di.job.Job
Packages that use Job
Package
Description
-
Uses of Job in org.pentaho.di.base
Methods in org.pentaho.di.base with parameters of type JobModifier and TypeMethodDescriptionstatic IMetaFileCache
IMetaFileCache.initialize
(Job parentJob, org.pentaho.di.core.logging.LogChannelInterface logger) Each new job/transformation should call this method once to get the instance of the cache for the currently running job. -
Uses of Job in org.pentaho.di.core.listeners
Methods in org.pentaho.di.core.listeners with parameters of type JobModifier and TypeMethodDescriptionvoid
SubComponentExecutionAdapter.afterJobExecution
(Job job) void
SubComponentExecutionListener.afterJobExecution
(Job job) This method is called right after a job was executed in a parent job or transformation (Job job-entry, Job Executor step).void
SubComponentExecutionAdapter.beforeJobExecution
(Job job) void
SubComponentExecutionListener.beforeJobExecution
(Job job) This method is called right before a job is to be executed in a parent job or transformation (Job job-entry, Job Executor step). -
Uses of Job in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util with parameters of type JobModifier and TypeMethodDescriptionorg.pentaho.di.core.variables.VariableSpace
CurrentDirectoryResolver.resolveCurrentDirectory
(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod, org.pentaho.di.core.variables.VariableSpace parentVariables, Repository repository, Job job, String filename) -
Uses of Job in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobModifier and TypeFieldDescriptionJobExecutionExtension.job
protected Job
Job.parentJob
The job that's launching this (sub-) job.Methods in org.pentaho.di.job that return JobMethods in org.pentaho.di.job with parameters of type JobModifier and TypeMethodDescriptionvoid
JobEntryListener.afterExecution
(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result) void
JobEntryListener.beforeExecution
(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface) void
DelegationAdapter.jobDelegationStarted
(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) void
DelegationListener.jobDelegationStarted
(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) void
JobAdapter.jobFinished
(Job job) void
JobListener.jobFinished
(Job job) void
JobAdapter.jobStarted
(Job job) void
JobListener.jobStarted
(Job job) void
Job.setParentJob
(Job parentJob) Sets the parent job.Constructors in org.pentaho.di.job with parameters of type JobModifierConstructorDescriptionJobExecutionExtension
(Job job, org.pentaho.di.core.Result result, JobEntryCopy jobEntryCopy, boolean executeEntry) -
Uses of Job in org.pentaho.di.job.entries.eval
Methods in org.pentaho.di.job.entries.eval with parameters of type Job -
Uses of Job in org.pentaho.di.job.entries.job
Methods in org.pentaho.di.job.entries.job that return JobMethods in org.pentaho.di.job.entries.job with parameters of type JobConstructors in org.pentaho.di.job.entries.job with parameters of type JobModifierConstructorDescriptionJobEntryJobRunner
(Job job, org.pentaho.di.core.Result result, int entryNr, org.pentaho.di.core.logging.LogChannelInterface log) -
Uses of Job in org.pentaho.di.job.entries.zipfile
Methods in org.pentaho.di.job.entries.zipfile with parameters of type Job -
Uses of Job in org.pentaho.di.job.entry
Fields in org.pentaho.di.job.entry declared as JobMethods in org.pentaho.di.job.entry that return JobModifier and TypeMethodDescriptionJobEntryBase.getParentJob()
Gets the parent job.JobEntryInterface.getParentJob()
Gets the parent job.Methods in org.pentaho.di.job.entry with parameters of type JobModifier and TypeMethodDescriptionvoid
JobEntryBase.setParentJob
(Job parentJob) Sets the parent job.void
JobEntryInterface.setParentJob
(Job job) Sets the parent job. -
Uses of Job in org.pentaho.di.kitchen
Methods in org.pentaho.di.kitchen that return JobModifier and TypeMethodDescriptionKitchenCommandExecutor.loadJobFromFilesystem
(String initialDir, String filename, Serializable base64Zip) KitchenCommandExecutor.loadJobFromRepository
(Repository repository, String dirName, String jobName) Methods in org.pentaho.di.kitchen with parameters of type JobModifier and TypeMethodDescriptionprotected org.pentaho.di.core.Result
KitchenCommandExecutor.exitWithStatus
(int exitStatus, Job job) protected void
KitchenCommandExecutor.printJobParameters
(Job job) -
Uses of Job in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return JobModifier and TypeMethodDescriptionTrans.getParentJob()
Gets the parent job, or null if there is no parent.Methods in org.pentaho.di.trans that return types with arguments of type JobMethods in org.pentaho.di.trans with parameters of type JobModifier and TypeMethodDescriptionstatic final org.pentaho.di.core.Result
Trans.getClusteredTransformationResult
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob) Gets the clustered transformation result.static final org.pentaho.di.core.Result
Trans.getClusteredTransformationResult
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob, boolean loggingRemoteWork) Gets the clustered transformation result.static final long
Trans.monitorClusteredTransformation
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob) Monitors a clustered transformation every second, after all the transformations in a cluster schema are running.static final long
Trans.monitorClusteredTransformation
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob, int sleepTimeSeconds) Monitors a clustered transformation every second, after all the transformations in a cluster schema are running.void
Trans.setParentJob
(Job parentJob) Sets the parent job for the transformation. -
Uses of Job in org.pentaho.di.trans.steps.jobexecutor
Fields in org.pentaho.di.trans.steps.jobexecutor declared as JobMethods in org.pentaho.di.trans.steps.jobexecutor that return Job -
Uses of Job in org.pentaho.di.www
Methods in org.pentaho.di.www that return JobModifier and TypeMethodDescriptionprotected Job
BaseJobServlet.createJob
(JobConfiguration jobConfiguration) Find a job using the container/carte object ID.Find the first job in the list that comes to mind!JobMap.getJob
(CarteObjectEntry entry) Methods in org.pentaho.di.www with parameters of type JobModifier and TypeMethodDescriptionvoid
JobMap.addJob
(String jobName, String carteObjectId, Job job, JobConfiguration jobConfiguration) void
CarteDelegationHandler.jobDelegationStarted
(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) void
JobMap.registerJob
(Job job, JobConfiguration jobConfiguration) void
JobMap.replaceJob
(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration) protected void
protected void
protected void
-
Uses of Job in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return Job