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 IMetaFileCacheIMetaFileCache.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 TypeMethodDescriptionvoidSubComponentExecutionAdapter.afterJobExecution(Job job) voidSubComponentExecutionListener.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).voidSubComponentExecutionAdapter.beforeJobExecution(Job job) voidSubComponentExecutionListener.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.VariableSpaceCurrentDirectoryResolver.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.jobprotected JobJob.parentJobThe 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 TypeMethodDescriptionvoidJobEntryListener.afterExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result) voidJobEntryListener.beforeExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface) voidDelegationAdapter.jobDelegationStarted(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) voidDelegationListener.jobDelegationStarted(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) voidJobAdapter.jobFinished(Job job) voidJobListener.jobFinished(Job job) voidJobAdapter.jobStarted(Job job) voidJobListener.jobStarted(Job job) voidJob.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 TypeMethodDescriptionvoidJobEntryBase.setParentJob(Job parentJob) Sets the parent job.voidJobEntryInterface.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.ResultKitchenCommandExecutor.exitWithStatus(int exitStatus, Job job) protected voidKitchenCommandExecutor.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.ResultTrans.getClusteredTransformationResult(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob) Gets the clustered transformation result.static final org.pentaho.di.core.ResultTrans.getClusteredTransformationResult(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob, boolean loggingRemoteWork) Gets the clustered transformation result.static final longTrans.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 longTrans.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.voidTrans.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 JobBaseJobServlet.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 TypeMethodDescriptionvoidJobMap.addJob(String jobName, String carteObjectId, Job job, JobConfiguration jobConfiguration) voidCarteDelegationHandler.jobDelegationStarted(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) voidJobMap.registerJob(Job job, JobConfiguration jobConfiguration) voidJobMap.replaceJob(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration) protected voidprotected voidprotected void -
Uses of Job in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return Job