|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JobMeta in org.pentaho.di.core.gui |
---|
Constructors in org.pentaho.di.core.gui with parameters of type JobMeta | |
---|---|
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 (max 1000 children are kept) |
Uses of JobMeta in org.pentaho.di.job |
---|
Methods in org.pentaho.di.job that return JobMeta | |
---|---|
JobMeta |
Job.getJobMeta()
|
JobMeta |
JobConfiguration.getJobMeta()
|
Methods in org.pentaho.di.job with parameters of type JobMeta | |
---|---|
int |
JobMeta.compare(JobMeta j1,
JobMeta j2)
Compares two transformation on name, filename |
int |
JobMeta.compareTo(JobMeta o)
|
void |
JobExecutionConfiguration.getUsedVariables(JobMeta jobMeta)
|
static String |
Job.sendToSlaveServer(JobMeta jobMeta,
JobExecutionConfiguration executionConfiguration,
Repository repository)
|
void |
JobConfiguration.setJobMeta(JobMeta jobMeta)
|
Constructors in org.pentaho.di.job with parameters of type JobMeta | |
---|---|
Job(Repository repository,
JobMeta jobMeta)
|
|
Job(Repository repository,
JobMeta jobMeta,
LoggingObjectInterface parentLogging)
|
|
JobConfiguration(JobMeta jobMeta,
JobExecutionConfiguration jobExecutionConfiguration)
|
|
JobHopMeta(Node hopnode,
JobMeta job)
|
|
JobPainter(GCInterface gc,
JobMeta jobMeta,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
JobHopMeta candidate,
Point drop_candidate,
Rectangle selrect,
List<AreaOwner> areaOwners,
List<JobEntryCopy> mouseOverEntries,
int iconsize,
int linewidth,
int gridsize,
int shadowSize,
boolean antiAliasing,
String noteFontName,
int noteFontHeight)
|
Uses of JobMeta in org.pentaho.di.job.entries.abort |
---|
Methods in org.pentaho.di.job.entries.abort with parameters of type JobMeta | |
---|---|
void |
JobEntryAbort.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.addresultfilenames |
---|
Methods in org.pentaho.di.job.entries.addresultfilenames with parameters of type JobMeta | |
---|---|
void |
JobEntryAddResultFilenames.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.checkdbconnection |
---|
Methods in org.pentaho.di.job.entries.checkdbconnection with parameters of type JobMeta | |
---|---|
void |
JobEntryCheckDbConnections.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryCheckDbConnections.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.checkfilelocked |
---|
Methods in org.pentaho.di.job.entries.checkfilelocked with parameters of type JobMeta | |
---|---|
void |
JobEntryCheckFilesLocked.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.columnsexist |
---|
Methods in org.pentaho.di.job.entries.columnsexist with parameters of type JobMeta | |
---|---|
void |
JobEntryColumnsExist.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryColumnsExist.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.connectedtorepository |
---|
Methods in org.pentaho.di.job.entries.connectedtorepository with parameters of type JobMeta | |
---|---|
void |
JobEntryConnectedToRepository.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.copyfiles |
---|
Methods in org.pentaho.di.job.entries.copyfiles with parameters of type JobMeta | |
---|---|
void |
JobEntryCopyFiles.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.copymoveresultfilenames |
---|
Methods in org.pentaho.di.job.entries.copymoveresultfilenames with parameters of type JobMeta | |
---|---|
void |
JobEntryCopyMoveResultFilenames.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.createfile |
---|
Methods in org.pentaho.di.job.entries.createfile with parameters of type JobMeta | |
---|---|
void |
JobEntryCreateFile.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.createfolder |
---|
Methods in org.pentaho.di.job.entries.createfolder with parameters of type JobMeta | |
---|---|
void |
JobEntryCreateFolder.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.delay |
---|
Methods in org.pentaho.di.job.entries.delay with parameters of type JobMeta | |
---|---|
void |
JobEntryDelay.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.deletefile |
---|
Methods in org.pentaho.di.job.entries.deletefile with parameters of type JobMeta | |
---|---|
void |
JobEntryDeleteFile.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryDeleteFile.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.deletefiles |
---|
Methods in org.pentaho.di.job.entries.deletefiles with parameters of type JobMeta | |
---|---|
void |
JobEntryDeleteFiles.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryDeleteFiles.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.deletefolders |
---|
Methods in org.pentaho.di.job.entries.deletefolders with parameters of type JobMeta | |
---|---|
void |
JobEntryDeleteFolders.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryDeleteFolders.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.deleteresultfilenames |
---|
Methods in org.pentaho.di.job.entries.deleteresultfilenames with parameters of type JobMeta | |
---|---|
void |
JobEntryDeleteResultFilenames.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.dtdvalidator |
---|
Methods in org.pentaho.di.job.entries.dtdvalidator with parameters of type JobMeta | |
---|---|
void |
JobEntryDTDValidator.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryDTDValidator.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.empty |
---|
Methods in org.pentaho.di.job.entries.empty with parameters of type JobMeta | |
---|---|
void |
JobEntryEmpty.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.eval |
---|
Methods in org.pentaho.di.job.entries.eval with parameters of type JobMeta | |
---|---|
void |
JobEntryEval.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.evalfilesmetrics |
---|
Methods in org.pentaho.di.job.entries.evalfilesmetrics with parameters of type JobMeta | |
---|---|
void |
JobEntryEvalFilesMetrics.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.evaluatetablecontent |
---|
Methods in org.pentaho.di.job.entries.evaluatetablecontent with parameters of type JobMeta | |
---|---|
void |
JobEntryEvalTableContent.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryEvalTableContent.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.exportrepository |
---|
Methods in org.pentaho.di.job.entries.exportrepository with parameters of type JobMeta | |
---|---|
void |
JobEntryExportRepository.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.filecompare |
---|
Methods in org.pentaho.di.job.entries.filecompare with parameters of type JobMeta | |
---|---|
void |
JobEntryFileCompare.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFileCompare.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.fileexists |
---|
Methods in org.pentaho.di.job.entries.fileexists with parameters of type JobMeta | |
---|---|
void |
JobEntryFileExists.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFileExists.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.filesexist |
---|
Methods in org.pentaho.di.job.entries.filesexist with parameters of type JobMeta | |
---|---|
void |
JobEntryFilesExist.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.folderisempty |
---|
Methods in org.pentaho.di.job.entries.folderisempty with parameters of type JobMeta | |
---|---|
void |
JobEntryFolderIsEmpty.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.folderscompare |
---|
Methods in org.pentaho.di.job.entries.folderscompare with parameters of type JobMeta | |
---|---|
void |
JobEntryFoldersCompare.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ftp |
---|
Methods in org.pentaho.di.job.entries.ftp with parameters of type JobMeta | |
---|---|
void |
JobEntryFTP.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFTP.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ftpdelete |
---|
Methods in org.pentaho.di.job.entries.ftpdelete with parameters of type JobMeta | |
---|---|
void |
JobEntryFTPDelete.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFTPDelete.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ftpput |
---|
Methods in org.pentaho.di.job.entries.ftpput with parameters of type JobMeta | |
---|---|
void |
JobEntryFTPPUT.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFTPPUT.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ftpsget |
---|
Methods in org.pentaho.di.job.entries.ftpsget with parameters of type JobMeta | |
---|---|
void |
JobEntryFTPSGet.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFTPSGet.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ftpsput |
---|
Methods in org.pentaho.di.job.entries.ftpsput with parameters of type JobMeta | |
---|---|
void |
JobEntryFTPSPUT.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryFTPSPUT.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.getpop |
---|
Methods in org.pentaho.di.job.entries.getpop with parameters of type JobMeta | |
---|---|
void |
JobEntryGetPOP.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryGetPOP.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.http |
---|
Methods in org.pentaho.di.job.entries.http with parameters of type JobMeta | |
---|---|
void |
JobEntryHTTP.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryHTTP.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.job |
---|
Methods in org.pentaho.di.job.entries.job that return JobMeta | |
---|---|
JobMeta |
JobEntryJob.getJobMeta(Repository rep,
VariableSpace space)
|
Methods in org.pentaho.di.job.entries.job with parameters of type JobMeta | |
---|---|
void |
JobEntryJob.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryJob.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.mail |
---|
Methods in org.pentaho.di.job.entries.mail with parameters of type JobMeta | |
---|---|
void |
JobEntryMail.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryMail.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.mailvalidator |
---|
Methods in org.pentaho.di.job.entries.mailvalidator with parameters of type JobMeta | |
---|---|
void |
JobEntryMailValidator.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.movefiles |
---|
Methods in org.pentaho.di.job.entries.movefiles with parameters of type JobMeta | |
---|---|
void |
JobEntryMoveFiles.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.msaccessbulkload |
---|
Methods in org.pentaho.di.job.entries.msaccessbulkload with parameters of type JobMeta | |
---|---|
void |
JobEntryMSAccessBulkLoad.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.msgboxinfo |
---|
Methods in org.pentaho.di.job.entries.msgboxinfo with parameters of type JobMeta | |
---|---|
void |
JobEntryMsgBoxInfo.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.mssqlbulkload |
---|
Methods in org.pentaho.di.job.entries.mssqlbulkload with parameters of type JobMeta | |
---|---|
void |
JobEntryMssqlBulkLoad.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryMssqlBulkLoad.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.mysqlbulkfile |
---|
Methods in org.pentaho.di.job.entries.mysqlbulkfile with parameters of type JobMeta | |
---|---|
void |
JobEntryMysqlBulkFile.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryMysqlBulkFile.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.mysqlbulkload |
---|
Methods in org.pentaho.di.job.entries.mysqlbulkload with parameters of type JobMeta | |
---|---|
void |
JobEntryMysqlBulkLoad.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryMysqlBulkLoad.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.pgpdecryptfiles |
---|
Methods in org.pentaho.di.job.entries.pgpdecryptfiles with parameters of type JobMeta | |
---|---|
void |
JobEntryPGPDecryptFiles.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.pgpencryptfiles |
---|
Methods in org.pentaho.di.job.entries.pgpencryptfiles with parameters of type JobMeta | |
---|---|
void |
JobEntryPGPEncryptFiles.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.pgpverify |
---|
Methods in org.pentaho.di.job.entries.pgpverify with parameters of type JobMeta | |
---|---|
void |
JobEntryPGPVerify.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryPGPVerify.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ping |
---|
Methods in org.pentaho.di.job.entries.ping with parameters of type JobMeta | |
---|---|
void |
JobEntryPing.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryPing.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.setvariables |
---|
Methods in org.pentaho.di.job.entries.setvariables with parameters of type JobMeta | |
---|---|
void |
JobEntrySetVariables.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntrySetVariables.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.sftp |
---|
Methods in org.pentaho.di.job.entries.sftp with parameters of type JobMeta | |
---|---|
void |
JobEntrySFTP.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntrySFTP.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.sftpput |
---|
Methods in org.pentaho.di.job.entries.sftpput with parameters of type JobMeta | |
---|---|
void |
JobEntrySFTPPUT.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntrySFTPPUT.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.shell |
---|
Methods in org.pentaho.di.job.entries.shell with parameters of type JobMeta | |
---|---|
void |
JobEntryShell.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryShell.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.special |
---|
Methods in org.pentaho.di.job.entries.special with parameters of type JobMeta | |
---|---|
void |
JobEntrySpecial.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.sql |
---|
Methods in org.pentaho.di.job.entries.sql with parameters of type JobMeta | |
---|---|
void |
JobEntrySQL.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntrySQL.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ssh2get |
---|
Methods in org.pentaho.di.job.entries.ssh2get with parameters of type JobMeta | |
---|---|
void |
JobEntrySSH2GET.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntrySSH2GET.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.ssh2put |
---|
Methods in org.pentaho.di.job.entries.ssh2put with parameters of type JobMeta | |
---|---|
void |
JobEntrySSH2PUT.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntrySSH2PUT.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.success |
---|
Methods in org.pentaho.di.job.entries.success with parameters of type JobMeta | |
---|---|
void |
JobEntrySuccess.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.syslog |
---|
Methods in org.pentaho.di.job.entries.syslog with parameters of type JobMeta | |
---|---|
void |
JobEntrySyslog.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.tableexists |
---|
Methods in org.pentaho.di.job.entries.tableexists with parameters of type JobMeta | |
---|---|
void |
JobEntryTableExists.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryTableExists.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.talendjobexec |
---|
Methods in org.pentaho.di.job.entries.talendjobexec with parameters of type JobMeta | |
---|---|
void |
JobEntryTalendJobExec.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryTalendJobExec.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.trans |
---|
Methods in org.pentaho.di.job.entries.trans with parameters of type JobMeta | |
---|---|
void |
JobEntryTrans.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryTrans.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.truncatetables |
---|
Methods in org.pentaho.di.job.entries.truncatetables with parameters of type JobMeta | |
---|---|
void |
JobEntryTruncateTables.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryTruncateTables.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.unzip |
---|
Methods in org.pentaho.di.job.entries.unzip with parameters of type JobMeta | |
---|---|
void |
JobEntryUnZip.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.waitforfile |
---|
Methods in org.pentaho.di.job.entries.waitforfile with parameters of type JobMeta | |
---|---|
void |
JobEntryWaitForFile.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryWaitForFile.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.waitforsql |
---|
Methods in org.pentaho.di.job.entries.waitforsql with parameters of type JobMeta | |
---|---|
void |
JobEntryWaitForSQL.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryWaitForSQL.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.writetofile |
---|
Methods in org.pentaho.di.job.entries.writetofile with parameters of type JobMeta | |
---|---|
void |
JobEntryWriteToFile.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryWriteToFile.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.writetolog |
---|
Methods in org.pentaho.di.job.entries.writetolog with parameters of type JobMeta | |
---|---|
void |
JobEntryWriteToLog.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.xmlwellformed |
---|
Methods in org.pentaho.di.job.entries.xmlwellformed with parameters of type JobMeta | |
---|---|
void |
JobEntryXMLWellFormed.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.xsdvalidator |
---|
Methods in org.pentaho.di.job.entries.xsdvalidator with parameters of type JobMeta | |
---|---|
void |
JobEntryXSDValidator.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryXSDValidator.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.xslt |
---|
Methods in org.pentaho.di.job.entries.xslt with parameters of type JobMeta | |
---|---|
void |
JobEntryXSLT.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
List<ResourceReference> |
JobEntryXSLT.getResourceDependencies(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entries.zipfile |
---|
Methods in org.pentaho.di.job.entries.zipfile with parameters of type JobMeta | |
---|---|
void |
JobEntryZipFile.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.job.entry |
---|
Methods in org.pentaho.di.job.entry that return JobMeta | |
---|---|
JobMeta |
JobEntryCopy.getParentJobMeta()
|
Methods in org.pentaho.di.job.entry with parameters of type JobMeta | |
---|---|
void |
JobEntryBase.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
Support for overrides not having to put in a check method |
void |
JobEntryInterface.check(List<CheckResultInterface> remarks,
JobMeta jobMeta)
Allows JobEntry objects to check themselves for consistency |
List<ResourceReference> |
JobEntryBase.getResourceDependencies(JobMeta jobMeta)
Get 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)
|
Uses of JobMeta in org.pentaho.di.repository |
---|
Methods in org.pentaho.di.repository that return JobMeta | |
---|---|
JobMeta |
Repository.loadJob(ObjectId id_job,
String versionLabel)
Load a job from the repository by id |
JobMeta |
Repository.loadJob(String jobname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
String revision)
Load a job from the repository |
Methods in org.pentaho.di.repository with parameters of type JobMeta | |
---|---|
boolean |
RepositoryImportFeedbackInterface.jobOverwritePrompt(JobMeta jobMeta)
|
boolean |
RepositoryImporter.jobOverwritePrompt(JobMeta jobMeta)
|
SharedObjects |
Repository.readJobMetaSharedObjects(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.repository.filerep |
---|
Methods in org.pentaho.di.repository.filerep that return JobMeta | |
---|---|
JobMeta |
KettleFileRepository.loadJob(ObjectId idJob,
String versionLabel)
|
JobMeta |
KettleFileRepository.loadJob(String jobname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
String versionName)
|
Methods in org.pentaho.di.repository.filerep with parameters of type JobMeta | |
---|---|
SharedObjects |
KettleFileRepository.readJobMetaSharedObjects(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.repository.kdr |
---|
Methods in org.pentaho.di.repository.kdr that return JobMeta | |
---|---|
JobMeta |
KettleDatabaseRepository.loadJob(ObjectId idJob,
String versionLabel)
|
JobMeta |
KettleDatabaseRepository.loadJob(String jobname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
String versionName)
Load a job in a directory |
Methods in org.pentaho.di.repository.kdr with parameters of type JobMeta | |
---|---|
SharedObjects |
KettleDatabaseRepository.readJobMetaSharedObjects(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return JobMeta | |
---|---|
JobMeta |
KettleDatabaseRepositoryJobDelegate.loadJobMeta(String jobname,
RepositoryDirectoryInterface repdir)
Load a job from the repository |
JobMeta |
KettleDatabaseRepositoryJobDelegate.loadJobMeta(String jobname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor)
Load a job in a directory |
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type JobMeta | |
---|---|
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,
ProgressMonitorListener monitor,
boolean overwrite)
Stored a job in the repository |
Uses of JobMeta in org.pentaho.di.trans.steps.autodoc |
---|
Methods in org.pentaho.di.trans.steps.autodoc that return JobMeta | |
---|---|
JobMeta |
JobInformation.getJobMeta(ReportSubjectLocation location)
|
Uses of JobMeta in org.pentaho.di.ui.job.dialog |
---|
Methods in org.pentaho.di.ui.job.dialog that return JobMeta | |
---|---|
JobMeta |
JobDialog.open()
|
JobMeta |
JobLoadProgressDialog.open()
|
Constructors in org.pentaho.di.ui.job.dialog with parameters of type JobMeta | |
---|---|
JobDialog(Shell parent,
int style,
JobMeta jobMeta,
Repository rep)
|
|
JobExecutionConfigurationDialog(Shell parent,
JobExecutionConfiguration configuration,
JobMeta jobMeta)
|
|
JobSaveProgressDialog(Shell shell,
Repository rep,
JobMeta jobInfo,
String versionComment)
Creates a new dialog that will handle the wait while saving a job... |
Uses of JobMeta in org.pentaho.di.ui.job.entries.abort |
---|
Constructors in org.pentaho.di.ui.job.entries.abort with parameters of type JobMeta | |
---|---|
JobEntryAbortDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.addresultfilenames |
---|
Constructors in org.pentaho.di.ui.job.entries.addresultfilenames with parameters of type JobMeta | |
---|---|
JobEntryAddResultFilenamesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.checkdbconnection |
---|
Constructors in org.pentaho.di.ui.job.entries.checkdbconnection with parameters of type JobMeta | |
---|---|
JobEntryCheckDbConnectionsDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.checkfilelocked |
---|
Constructors in org.pentaho.di.ui.job.entries.checkfilelocked with parameters of type JobMeta | |
---|---|
JobEntryCheckFilesLockedDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.columnsexist |
---|
Constructors in org.pentaho.di.ui.job.entries.columnsexist with parameters of type JobMeta | |
---|---|
JobEntryColumnsExistDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.connectedtorepository |
---|
Constructors in org.pentaho.di.ui.job.entries.connectedtorepository with parameters of type JobMeta | |
---|---|
JobEntryConnectedToRepositoryDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.copyfiles |
---|
Constructors in org.pentaho.di.ui.job.entries.copyfiles with parameters of type JobMeta | |
---|---|
JobEntryCopyFilesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.copymoveresultfilenames |
---|
Constructors in org.pentaho.di.ui.job.entries.copymoveresultfilenames with parameters of type JobMeta | |
---|---|
JobEntryCopyMoveResultFilenamesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.createfile |
---|
Constructors in org.pentaho.di.ui.job.entries.createfile with parameters of type JobMeta | |
---|---|
JobEntryCreateFileDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.createfolder |
---|
Constructors in org.pentaho.di.ui.job.entries.createfolder with parameters of type JobMeta | |
---|---|
JobEntryCreateFolderDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.delay |
---|
Constructors in org.pentaho.di.ui.job.entries.delay with parameters of type JobMeta | |
---|---|
JobEntryDelayDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.deletefile |
---|
Constructors in org.pentaho.di.ui.job.entries.deletefile with parameters of type JobMeta | |
---|---|
JobEntryDeleteFileDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.deletefiles |
---|
Constructors in org.pentaho.di.ui.job.entries.deletefiles with parameters of type JobMeta | |
---|---|
JobEntryDeleteFilesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.deletefolders |
---|
Constructors in org.pentaho.di.ui.job.entries.deletefolders with parameters of type JobMeta | |
---|---|
JobEntryDeleteFoldersDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.deleteresultfilenames |
---|
Constructors in org.pentaho.di.ui.job.entries.deleteresultfilenames with parameters of type JobMeta | |
---|---|
JobEntryDeleteResultFilenamesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.dostounix |
---|
Constructors in org.pentaho.di.ui.job.entries.dostounix with parameters of type JobMeta | |
---|---|
JobEntryDosToUnixDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.dtdvalidator |
---|
Constructors in org.pentaho.di.ui.job.entries.dtdvalidator with parameters of type JobMeta | |
---|---|
JobEntryDTDValidatorDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.eval |
---|
Constructors in org.pentaho.di.ui.job.entries.eval with parameters of type JobMeta | |
---|---|
JobEntryEvalDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.evalfilesmetrics |
---|
Constructors in org.pentaho.di.ui.job.entries.evalfilesmetrics with parameters of type JobMeta | |
---|---|
JobEntryEvalFilesMetricsDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.evaluatetablecontent |
---|
Constructors in org.pentaho.di.ui.job.entries.evaluatetablecontent with parameters of type JobMeta | |
---|---|
JobEntryEvalTableContentDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.exportrepository |
---|
Constructors in org.pentaho.di.ui.job.entries.exportrepository with parameters of type JobMeta | |
---|---|
JobEntryExportRepositoryDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.filecompare |
---|
Constructors in org.pentaho.di.ui.job.entries.filecompare with parameters of type JobMeta | |
---|---|
JobEntryFileCompareDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.fileexists |
---|
Constructors in org.pentaho.di.ui.job.entries.fileexists with parameters of type JobMeta | |
---|---|
JobEntryFileExistsDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.filesexist |
---|
Constructors in org.pentaho.di.ui.job.entries.filesexist with parameters of type JobMeta | |
---|---|
JobEntryFilesExistDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.folderisempty |
---|
Constructors in org.pentaho.di.ui.job.entries.folderisempty with parameters of type JobMeta | |
---|---|
JobEntryFolderIsEmptyDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.folderscompare |
---|
Constructors in org.pentaho.di.ui.job.entries.folderscompare with parameters of type JobMeta | |
---|---|
JobEntryFoldersCompareDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ftp |
---|
Constructors in org.pentaho.di.ui.job.entries.ftp with parameters of type JobMeta | |
---|---|
JobEntryFTPDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ftpdelete |
---|
Constructors in org.pentaho.di.ui.job.entries.ftpdelete with parameters of type JobMeta | |
---|---|
JobEntryFTPDeleteDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ftpput |
---|
Constructors in org.pentaho.di.ui.job.entries.ftpput with parameters of type JobMeta | |
---|---|
JobEntryFTPPUTDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ftpsget |
---|
Constructors in org.pentaho.di.ui.job.entries.ftpsget with parameters of type JobMeta | |
---|---|
JobEntryFTPSGetDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ftpsput |
---|
Constructors in org.pentaho.di.ui.job.entries.ftpsput with parameters of type JobMeta | |
---|---|
JobEntryFTPSPUTDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.getpop |
---|
Constructors in org.pentaho.di.ui.job.entries.getpop with parameters of type JobMeta | |
---|---|
JobEntryGetPOPDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.http |
---|
Constructors in org.pentaho.di.ui.job.entries.http with parameters of type JobMeta | |
---|---|
JobEntryHTTPDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.job |
---|
Constructors in org.pentaho.di.ui.job.entries.job with parameters of type JobMeta | |
---|---|
JobEntryJobDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.mail |
---|
Constructors in org.pentaho.di.ui.job.entries.mail with parameters of type JobMeta | |
---|---|
JobEntryMailDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.mailvalidator |
---|
Constructors in org.pentaho.di.ui.job.entries.mailvalidator with parameters of type JobMeta | |
---|---|
JobEntryMailValidatorDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.movefiles |
---|
Constructors in org.pentaho.di.ui.job.entries.movefiles with parameters of type JobMeta | |
---|---|
JobEntryMoveFilesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.msaccessbulkload |
---|
Constructors in org.pentaho.di.ui.job.entries.msaccessbulkload with parameters of type JobMeta | |
---|---|
JobEntryMSAccessBulkLoadDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.msgboxinfo |
---|
Constructors in org.pentaho.di.ui.job.entries.msgboxinfo with parameters of type JobMeta | |
---|---|
JobEntryMsgBoxInfoDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.mssqlbulkload |
---|
Constructors in org.pentaho.di.ui.job.entries.mssqlbulkload with parameters of type JobMeta | |
---|---|
JobEntryMssqlBulkLoadDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.mysqlbulkfile |
---|
Constructors in org.pentaho.di.ui.job.entries.mysqlbulkfile with parameters of type JobMeta | |
---|---|
JobEntryMysqlBulkFileDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.mysqlbulkload |
---|
Constructors in org.pentaho.di.ui.job.entries.mysqlbulkload with parameters of type JobMeta | |
---|---|
JobEntryMysqlBulkLoadDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.pgpdecryptfiles |
---|
Constructors in org.pentaho.di.ui.job.entries.pgpdecryptfiles with parameters of type JobMeta | |
---|---|
JobEntryPGPDecryptFilesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.pgpencryptfiles |
---|
Constructors in org.pentaho.di.ui.job.entries.pgpencryptfiles with parameters of type JobMeta | |
---|---|
JobEntryPGPEncryptFilesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.pgpverify |
---|
Constructors in org.pentaho.di.ui.job.entries.pgpverify with parameters of type JobMeta | |
---|---|
JobEntryPGPVerifyDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ping |
---|
Constructors in org.pentaho.di.ui.job.entries.ping with parameters of type JobMeta | |
---|---|
JobEntryPingDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.setvariables |
---|
Constructors in org.pentaho.di.ui.job.entries.setvariables with parameters of type JobMeta | |
---|---|
JobEntrySetVariablesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.sftp |
---|
Constructors in org.pentaho.di.ui.job.entries.sftp with parameters of type JobMeta | |
---|---|
JobEntrySFTPDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.sftpput |
---|
Constructors in org.pentaho.di.ui.job.entries.sftpput with parameters of type JobMeta | |
---|---|
JobEntrySFTPPUTDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.shell |
---|
Constructors in org.pentaho.di.ui.job.entries.shell with parameters of type JobMeta | |
---|---|
JobEntryShellDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.simpleeval |
---|
Constructors in org.pentaho.di.ui.job.entries.simpleeval with parameters of type JobMeta | |
---|---|
JobEntrySimpleEvalDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.snmptrap |
---|
Constructors in org.pentaho.di.ui.job.entries.snmptrap with parameters of type JobMeta | |
---|---|
JobEntrySNMPTrapDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.special |
---|
Constructors in org.pentaho.di.ui.job.entries.special with parameters of type JobMeta | |
---|---|
JobEntrySpecialDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.sql |
---|
Constructors in org.pentaho.di.ui.job.entries.sql with parameters of type JobMeta | |
---|---|
JobEntrySQLDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ssh2get |
---|
Constructors in org.pentaho.di.ui.job.entries.ssh2get with parameters of type JobMeta | |
---|---|
JobEntrySSH2GETDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.ssh2put |
---|
Constructors in org.pentaho.di.ui.job.entries.ssh2put with parameters of type JobMeta | |
---|---|
JobEntrySSH2PUTDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.success |
---|
Constructors in org.pentaho.di.ui.job.entries.success with parameters of type JobMeta | |
---|---|
JobEntrySuccessDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.syslog |
---|
Constructors in org.pentaho.di.ui.job.entries.syslog with parameters of type JobMeta | |
---|---|
JobEntrySyslogDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.tableexists |
---|
Constructors in org.pentaho.di.ui.job.entries.tableexists with parameters of type JobMeta | |
---|---|
JobEntryTableExistsDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.talendjobexec |
---|
Constructors in org.pentaho.di.ui.job.entries.talendjobexec with parameters of type JobMeta | |
---|---|
JobEntryTalendJobExecDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.trans |
---|
Constructors in org.pentaho.di.ui.job.entries.trans with parameters of type JobMeta | |
---|---|
JobEntryTransDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.truncatetables |
---|
Constructors in org.pentaho.di.ui.job.entries.truncatetables with parameters of type JobMeta | |
---|---|
JobEntryTruncateTablesDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.unzip |
---|
Constructors in org.pentaho.di.ui.job.entries.unzip with parameters of type JobMeta | |
---|---|
JobEntryUnZipDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.waitforfile |
---|
Constructors in org.pentaho.di.ui.job.entries.waitforfile with parameters of type JobMeta | |
---|---|
JobEntryWaitForFileDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.waitforsql |
---|
Constructors in org.pentaho.di.ui.job.entries.waitforsql with parameters of type JobMeta | |
---|---|
JobEntryWaitForSQLDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.webserviceavailable |
---|
Constructors in org.pentaho.di.ui.job.entries.webserviceavailable with parameters of type JobMeta | |
---|---|
JobEntryWebServiceAvailableDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.writetofile |
---|
Constructors in org.pentaho.di.ui.job.entries.writetofile with parameters of type JobMeta | |
---|---|
JobEntryWriteToFileDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.writetolog |
---|
Constructors in org.pentaho.di.ui.job.entries.writetolog with parameters of type JobMeta | |
---|---|
JobEntryWriteToLogDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.xmlwellformed |
---|
Constructors in org.pentaho.di.ui.job.entries.xmlwellformed with parameters of type JobMeta | |
---|---|
JobEntryXMLWellFormedDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.xsdvalidator |
---|
Constructors in org.pentaho.di.ui.job.entries.xsdvalidator with parameters of type JobMeta | |
---|---|
JobEntryXSDValidatorDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.xslt |
---|
Constructors in org.pentaho.di.ui.job.entries.xslt with parameters of type JobMeta | |
---|---|
JobEntryXSLTDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entries.zipfile |
---|
Constructors in org.pentaho.di.ui.job.entries.zipfile with parameters of type JobMeta | |
---|---|
JobEntryZipFileDialog(Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.job.entry |
---|
Constructors in org.pentaho.di.ui.job.entry with parameters of type JobMeta | |
---|---|
JobEntryDialog(Shell parent,
JobEntryInterface jobEntry,
Repository rep,
JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.repository.dialog |
---|
Methods in org.pentaho.di.ui.repository.dialog with parameters of type JobMeta | |
---|---|
boolean |
RepositoryImportProgressDialog.jobOverwritePrompt(JobMeta jobMeta)
|
Uses of JobMeta in org.pentaho.di.ui.spoon |
---|
Methods in org.pentaho.di.ui.spoon that return JobMeta | |
---|---|
JobMeta |
Spoon.findJob(String tabItemText)
|
JobMeta |
Spoon.getActiveJob()
|
JobMeta[] |
Spoon.getLoadedJobs()
|
JobMeta |
Spoon.ripDB(List<DatabaseMeta> databases,
String jobName,
RepositoryDirectory repdir,
String directory,
DatabaseMeta sourceDbInfo,
DatabaseMeta targetDbInfo,
String[] tables)
|
Methods in org.pentaho.di.ui.spoon with parameters of type JobMeta | |
---|---|
void |
Spoon.addJobGraph(JobMeta jobMeta)
|
void |
Spoon.addJobHistory(JobMeta jobMeta,
boolean select)
|
void |
Spoon.copyJob(JobMeta jobMeta)
|
void |
Spoon.deleteJobEntryCopies(JobMeta jobMeta,
JobEntryCopy jobEntry)
|
void |
Spoon.editJobEntry(JobMeta jobMeta,
JobEntryCopy je)
|
void |
Spoon.executeJob(JobMeta jobMeta,
boolean local,
boolean remote,
Date replayDate,
boolean safe,
String startCopyName,
int startCopyNr)
|
JobEntryDialogInterface |
Spoon.getJobEntryDialog(JobEntryInterface jei,
JobMeta jobMeta)
|
JobEntryCopy |
Spoon.newJobEntry(JobMeta jobMeta,
String typeDesc,
boolean openit)
|
void |
Spoon.newJobHop(JobMeta jobMeta,
JobEntryCopy fr,
JobEntryCopy to)
|
void |
Spoon.pasteXML(JobMeta jobMeta,
String clipcontent,
Point loc)
|
boolean |
Spoon.saveJobRepository(JobMeta jobMeta)
|
boolean |
Spoon.saveJobRepository(JobMeta jobMeta,
boolean ask_name)
|
void |
Spoon.setJobMetaVariables(JobMeta jobMeta)
Set previously defined variables (set variables dialog) on the specified job |
Uses of JobMeta in org.pentaho.di.ui.spoon.delegates |
---|
Methods in org.pentaho.di.ui.spoon.delegates that return JobMeta | |
---|---|
JobMeta |
SpoonJobDelegate.getJob(String name)
|
JobMeta[] |
SpoonJobDelegate.getLoadedJobs()
|
JobMeta |
SpoonJobDelegate.ripDB(List<DatabaseMeta> databases,
String jobname,
RepositoryDirectoryInterface repdir,
String directory,
DatabaseMeta sourceDbInfo,
DatabaseMeta targetDbInfo,
String[] tables)
|
Methods in org.pentaho.di.ui.spoon.delegates that return types with arguments of type JobMeta | |
---|---|
List<JobMeta> |
SpoonJobDelegate.getJobList()
|
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type JobMeta | |
---|---|
boolean |
SpoonJobDelegate.addJob(JobMeta jobMeta)
Add a job to the job map |
void |
SpoonJobDelegate.addJobGraph(JobMeta jobMeta)
|
void |
SpoonJobDelegate.closeJob(JobMeta jobMeta)
|
void |
SpoonJobDelegate.copyJobEntries(JobMeta jobMeta,
List<JobEntryCopy> jec)
|
void |
SpoonJobDelegate.deleteJobEntryCopies(JobMeta jobMeta,
JobEntryCopy jobEntry)
|
void |
SpoonJobDelegate.dupeJobEntry(JobMeta jobMeta,
JobEntryCopy jobEntry)
|
void |
SpoonJobDelegate.editJobEntry(JobMeta jobMeta,
JobEntryCopy je)
|
void |
SpoonJobDelegate.executeJob(JobMeta jobMeta,
boolean local,
boolean remote,
Date replayDate,
boolean safe,
String startCopyName,
int startCopyNr)
|
JobGraph |
SpoonJobDelegate.findJobGraphOfJob(JobMeta jobMeta)
|
JobEntryDialogInterface |
SpoonJobDelegate.getJobEntryDialog(JobEntryInterface jobEntryInterface,
JobMeta jobMeta)
|
void |
SpoonDBDelegate.getJobSQL(JobMeta jobMeta)
Get & show the SQL required to run the loaded job entry... |
JobEntryCopy |
SpoonJobDelegate.newJobEntry(JobMeta jobMeta,
String type_desc,
boolean openit)
|
void |
SpoonJobDelegate.newJobHop(JobMeta jobMeta,
JobEntryCopy fr,
JobEntryCopy to)
|
void |
SpoonJobDelegate.pasteXML(JobMeta jobMeta,
String clipcontent,
Point loc)
|
void |
SpoonJobDelegate.redoJobAction(JobMeta jobMeta,
TransAction transAction)
|
void |
SpoonJobDelegate.undoJobAction(JobMeta jobMeta,
TransAction transAction)
|
Uses of JobMeta in org.pentaho.di.ui.spoon.dialog |
---|
Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type JobMeta | |
---|---|
GetJobSQLProgressDialog(Shell shell,
JobMeta jobMeta,
Repository repository)
Creates a new dialog that will handle the wait while getting the SQL for a job... |
Uses of JobMeta in org.pentaho.di.ui.spoon.job |
---|
Methods in org.pentaho.di.ui.spoon.job that return JobMeta | |
---|---|
JobMeta |
JobGraph.getManagedObject()
|
Methods in org.pentaho.di.ui.spoon.job with parameters of type JobMeta | |
---|---|
static void |
JobGraph.copyInternalJobVariables(JobMeta sourceJobMeta,
TransMeta targetTransMeta)
|
static boolean |
JobGraph.editProperties(JobMeta jobMeta,
Spoon spoon,
Repository rep,
boolean allowDirectoryChange)
|
void |
JobGraph.selectInRect(JobMeta jobMeta,
Rectangle rect)
|
void |
JobGraph.setJobMeta(JobMeta jobMeta)
|
Constructors in org.pentaho.di.ui.spoon.job with parameters of type JobMeta | |
---|---|
JobGraph(Composite par,
Spoon spoon,
JobMeta jobMeta)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |