| Modifier and Type | Method and Description | 
|---|---|
void | 
SpoonInterface.addJobGraph(JobMeta jobMeta)  | 
| Constructor and Description | 
|---|
JobTracker(JobMeta jobMeta)  | 
JobTracker(JobMeta jobMeta,
          int maxChildren)  | 
JobTracker(JobMeta jobMeta,
          int maxChildren,
          JobEntryResult result)
Creates a jobtracker with a single result 
 | 
JobTracker(JobMeta jobMeta,
          JobEntryResult result)
Creates a jobtracker with a single result (maxChildren children are kept) 
 | 
| Modifier and Type | Field and Description | 
|---|---|
JobMeta | 
JobPainterExtension.jobMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
JobConfiguration.getJobMeta()  | 
JobMeta | 
Job.getJobMeta()
Gets the job meta. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
JobMeta.compare(JobMeta j1,
       JobMeta j2)
Compares two transformation on name, filename 
 | 
int | 
JobMeta.compareTo(JobMeta o)
Compares this job's meta-data to the specified job's meta-data. 
 | 
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)  | 
| Constructor and Description | 
|---|
Job(Repository repository,
   JobMeta jobMeta)
Instantiates a new job. 
 | 
Job(Repository repository,
   JobMeta jobMeta,
   org.pentaho.di.core.logging.LoggingObjectInterface parentLogging)
Instantiates a new job. 
 | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryAbort.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryAddResultFilenames.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryCheckDbConnections.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)  | 
List<ResourceReference> | 
JobEntryCheckDbConnections.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryColumnsExist.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryDeleteFile.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryDeleteFiles.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryDeleteFolders.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryDTDValidator.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)  | 
List<ResourceReference> | 
JobEntryDTDValidator.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryEvalTableContent.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryExportRepository.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryFileCompare.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryFileExists.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryFTP.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)  | 
List<ResourceReference> | 
JobEntryFTP.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryFTPDelete.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)  | 
List<ResourceReference> | 
JobEntryFTPDelete.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryFTPPUT.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)  | 
List<ResourceReference> | 
JobEntryFTPPUT.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryFTPSGet.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)  | 
List<ResourceReference> | 
JobEntryFTPSGet.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryFTPSPUT.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)  | 
List<ResourceReference> | 
JobEntryFTPSPUT.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryGetPOP.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)  | 
List<ResourceReference> | 
JobEntryGetPOP.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryHTTP.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
JobEntryJob.getJobMeta(Repository rep,
          org.pentaho.metastore.api.IMetaStore metaStore,
          org.pentaho.di.core.variables.VariableSpace space)  | 
JobMeta | 
JobEntryJob.getJobMeta(Repository rep,
          org.pentaho.di.core.variables.VariableSpace space)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryJob.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryMail.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)  | 
List<ResourceReference> | 
JobEntryMail.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryMailValidator.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryMSAccessBulkLoad.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryMsgBoxInfo.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryMssqlBulkLoad.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryMysqlBulkFile.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryMysqlBulkLoad.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryPGPVerify.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryPing.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntrySendNagiosPassiveCheck.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntrySetVariables.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntrySFTP.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)  | 
List<ResourceReference> | 
JobEntrySFTP.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntrySFTPPUT.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)  | 
List<ResourceReference> | 
JobEntrySFTPPUT.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryShell.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntrySQL.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntrySSH2GET.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)  | 
List<ResourceReference> | 
JobEntrySSH2GET.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntrySSH2PUT.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)  | 
List<ResourceReference> | 
JobEntrySSH2PUT.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryTableExists.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryTalendJobExec.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryTelnet.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryTrans.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryTruncateTables.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryWaitForFile.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryWaitForSQL.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
List<ResourceReference> | 
JobEntryWriteToFile.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryXMLWellFormed.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryXSDValidator.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)  | 
List<ResourceReference> | 
JobEntryXSDValidator.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryXSLT.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)  | 
List<ResourceReference> | 
JobEntryXSLT.getResourceDependencies(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
JobEntryCopy.getParentJobMeta()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobEntryBase.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
     JobMeta jobMeta)
Deprecated.   
 | 
void | 
JobEntryInterface.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
     JobMeta jobMeta)
Deprecated.   
 | 
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 consistency 
 | 
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 consistency 
 | 
List<ResourceReference> | 
JobEntryBase.getResourceDependencies(JobMeta jobMeta)
Gets a list of all the resource dependencies that the step is depending on. 
 | 
List<ResourceReference> | 
JobEntryInterface.getResourceDependencies(JobMeta jobMeta)
Get a list of all the resource dependencies that the step is depending on. 
 | 
void | 
JobEntryCopy.setParentJobMeta(JobMeta parentJobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
Repository.loadJob(org.pentaho.di.repository.ObjectId id_job,
       String versionLabel)
Load a job from the repository by id 
 | 
JobMeta | 
Repository.loadJob(String jobname,
       org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
       org.pentaho.di.core.ProgressMonitorListener monitor,
       String revision)
Load a job from the repository 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RepositoryImporter.jobOverwritePrompt(JobMeta jobMeta)  | 
boolean | 
RepositoryImportFeedbackInterface.jobOverwritePrompt(JobMeta jobMeta)  | 
SharedObjects | 
Repository.readJobMetaSharedObjects(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
KettleFileRepository.loadJob(org.pentaho.di.repository.ObjectId idJob,
       String versionLabel)  | 
JobMeta | 
KettleFileRepository.loadJob(String jobname,
       org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
       org.pentaho.di.core.ProgressMonitorListener monitor,
       String versionName)  | 
| Modifier and Type | Method and Description | 
|---|---|
SharedObjects | 
KettleFileRepository.readJobMetaSharedObjects(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
KettleDatabaseRepository.loadJob(org.pentaho.di.repository.ObjectId idJob,
       String versionLabel)  | 
JobMeta | 
KettleDatabaseRepository.loadJob(String jobname,
       org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
       org.pentaho.di.core.ProgressMonitorListener monitor,
       String versionName)
Load a job in a directory 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SharedObjects | 
KettleDatabaseRepository.readJobMetaSharedObjects(JobMeta jobMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
KettleDatabaseRepositoryJobDelegate.loadJobMeta(String jobname,
           org.pentaho.di.repository.RepositoryDirectoryInterface repdir)
Load a job from the repository 
 | 
JobMeta | 
KettleDatabaseRepositoryJobDelegate.loadJobMeta(String jobname,
           org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
           org.pentaho.di.core.ProgressMonitorListener monitor)
Load a job in a directory 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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. 
 | 
SharedObjects | 
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JobMeta | 
JobInformation.getJobMeta(ReportSubjectLocation location)  | 
| Modifier and Type | Field and Description | 
|---|---|
JobMeta | 
JobExecutorData.executorJobMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
static JobMeta | 
JobExecutorMeta.loadJobMeta(JobExecutorMeta executorMeta,
           Repository rep,
           org.pentaho.metastore.api.IMetaStore metaStore,
           org.pentaho.di.core.variables.VariableSpace space)  | 
static JobMeta | 
JobExecutorMeta.loadJobMeta(JobExecutorMeta executorMeta,
           Repository rep,
           org.pentaho.di.core.variables.VariableSpace space)  |