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 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 Job Modifier and Type Method Description voidSubComponentExecutionAdapter. 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 Job Modifier and Type Method Description org.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 Job Modifier and Type Field Description JobJobExecutionExtension. jobprotected JobJob. parentJobThe job that's launching this (sub-) job.Methods in org.pentaho.di.job that return Job Modifier and Type Method Description static JobJob. createJobWithNewClassLoader()JobJob. getParentJob()Gets the parent job.Methods in org.pentaho.di.job with parameters of type Job Modifier and Type Method Description voidJobEntryListener. 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 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 booleanJobEntryEval. 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 JobJobEntryJob. getJob()JobJobEntryJobRunner. getJob()Methods in org.pentaho.di.job.entries.job with parameters of type Job Modifier and Type Method Description voidJobEntryJobRunner. 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 booleanJobEntryZipFile. 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 JobJobEntryBase. parentJobThe parent jobMethods in org.pentaho.di.job.entry that return Job Modifier and Type Method Description JobJobEntryBase. getParentJob()Gets the parent job.JobJobEntryInterface. getParentJob()Gets the parent job.Methods in org.pentaho.di.job.entry with parameters of type Job Modifier and Type Method Description voidJobEntryBase. 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 Job Modifier and Type Method Description JobKitchenCommandExecutor. loadJobFromFilesystem(String initialDir, String filename, Serializable base64Zip)JobKitchenCommandExecutor. 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.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 Job Modifier and Type Method Description JobTrans. 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.ResultTrans. getClusteredTransformationResult(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob)Gets the clustered transformation result.static 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 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 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 Job Modifier and Type Field Description JobJobExecutorData. executorJobMethods in org.pentaho.di.trans.steps.jobexecutor that return Job Modifier and Type Method Description JobJobExecutor. getExecutorJob() -
Uses of Job in org.pentaho.di.www
Methods in org.pentaho.di.www that return Job Modifier and Type Method Description protected JobBaseJobServlet. createJob(JobConfiguration jobConfiguration)JobJobMap. findJob(String id)Find a job using the container/carte object ID.JobJobMap. getJob(String jobName)Find the first job in the list that comes to mind!JobJobMap. getJob(CarteObjectEntry entry)Methods in org.pentaho.di.www with parameters of type Job Modifier and Type Method Description voidJobMap. 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 voidExecuteJobServlet. runJob(Job job)protected voidRunJobServlet. runJob(Job job)protected voidStartJobServlet. 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 JobCarteResource. getJob(String id)
-