Uses of Class
org.pentaho.di.job.Job
-
-
Uses of Job in org.pentaho.di.base
Methods in org.pentaho.di.base with parameters of type Job Modifier and Type Method Description static 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 Job Modifier and Type Method Description void
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 Job Modifier and Type Method Description org.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 Job Modifier and Type Field Description Job
JobExecutionExtension. job
protected Job
Job. parentJob
The job that's launching this (sub-) job.Methods in org.pentaho.di.job that return Job Modifier and Type Method Description static Job
Job. createJobWithNewClassLoader()
Job
Job. getParentJob()
Gets the parent job.Methods in org.pentaho.di.job with parameters of type Job Modifier and Type Method Description void
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 Job Constructor Description JobExecutionExtension(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 Modifier and Type Method Description boolean
JobEntryEval. evaluate(org.pentaho.di.core.Result result, Job parentJob, org.pentaho.di.core.Result prev_result)
Evaluate the result of the execution of previous job entry. -
Uses of Job in org.pentaho.di.job.entries.job
Methods in org.pentaho.di.job.entries.job that return Job Modifier and Type Method Description Job
JobEntryJob. getJob()
Job
JobEntryJobRunner. getJob()
Methods in org.pentaho.di.job.entries.job with parameters of type Job Modifier and Type Method Description void
JobEntryJobRunner. setJob(Job job)
Constructors in org.pentaho.di.job.entries.job with parameters of type Job Constructor Description JobEntryJobRunner(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 Modifier and Type Method Description boolean
JobEntryZipFile. processRowFile(Job parentJob, org.pentaho.di.core.Result result, String realZipfilename, String realWildcard, String realWildcardExclude, String realSourceDirectoryOrFile, String realMovetodirectory, boolean createparentfolder)
-
Uses of Job in org.pentaho.di.job.entry
Fields in org.pentaho.di.job.entry declared as Job Modifier and Type Field Description protected Job
JobEntryBase. parentJob
The parent jobMethods in org.pentaho.di.job.entry that return Job Modifier and Type Method Description Job
JobEntryBase. getParentJob()
Gets the parent job.Job
JobEntryInterface. getParentJob()
Gets the parent job.Methods in org.pentaho.di.job.entry with parameters of type Job Modifier and Type Method Description void
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 Job Modifier and Type Method Description Job
KitchenCommandExecutor. loadJobFromFilesystem(String initialDir, String filename, Serializable base64Zip)
Job
KitchenCommandExecutor. loadJobFromRepository(Repository repository, String dirName, String jobName)
Methods in org.pentaho.di.kitchen with parameters of type Job Modifier and Type Method Description protected 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 Job Modifier and Type Method Description Job
Trans. 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 Job Modifier and Type Method Description Map<String,Job>
Trans. getActiveSubjobs()
Gets the active sub-jobs.Methods in org.pentaho.di.trans with parameters of type Job Modifier and Type Method Description static org.pentaho.di.core.Result
Trans. getClusteredTransformationResult(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob)
Gets the clustered transformation result.static 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 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 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 Job Modifier and Type Field Description Job
JobExecutorData. executorJob
Methods in org.pentaho.di.trans.steps.jobexecutor that return Job Modifier and Type Method Description Job
JobExecutor. getExecutorJob()
-
Uses of Job in org.pentaho.di.www
Methods in org.pentaho.di.www that return Job Modifier and Type Method Description protected Job
BaseJobServlet. createJob(JobConfiguration jobConfiguration)
Job
JobMap. findJob(String id)
Find a job using the container/carte object ID.Job
JobMap. getJob(String jobName)
Find the first job in the list that comes to mind!Job
JobMap. getJob(CarteObjectEntry entry)
Methods in org.pentaho.di.www with parameters of type Job Modifier and Type Method Description void
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
ExecuteJobServlet. runJob(Job job)
protected void
RunJobServlet. runJob(Job job)
protected void
StartJobServlet. runJob(Job job)
-
Uses of Job in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return Job Modifier and Type Method Description static Job
CarteResource. getJob(String id)
-