|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
it.eng.spagobi.engines.talend.runtime | |
it.eng.spagobi.engines.talend.utils |
Uses of Job in it.eng.spagobi.engines.talend.runtime |
---|
Methods in it.eng.spagobi.engines.talend.runtime with parameters of type Job | |
---|---|
boolean |
RuntimeRepository.containsJob(Job job)
Contains job. |
java.util.Properties |
JavaJobRunner.getContext(Job job)
Gets the context. |
java.io.File |
RuntimeRepository.getExecutableJobDir(Job job)
Gets the executable job dir. |
java.io.File |
RuntimeRepository.getExecutableJobFile(Job job)
Gets the executable job file. |
java.io.File |
RuntimeRepository.getExecutableJobProjectDir(Job job)
Gets the executable job project dir. |
java.io.File |
JavaJobRunner.getTempDir(Job job)
|
void |
JavaJobRunner.initContexts(Job job,
java.util.Map parameters,
java.io.File destDir)
|
java.lang.String |
JavaJobRunner.instantiateContext(Job job,
java.util.Map parameters)
|
void |
JavaJobRunner.run(Job job,
java.util.Map parameters)
|
void |
IJobRunner.run(Job job,
java.util.Map env)
Run. |
void |
PerlJobRunner.run(Job job,
java.util.Map parameters)
|
void |
RuntimeRepository.runJob(Job job,
java.util.Map env)
Run job. |
Uses of Job in it.eng.spagobi.engines.talend.utils |
---|
Methods in it.eng.spagobi.engines.talend.utils with parameters of type Job | |
---|---|
static java.lang.String |
TalendScriptAccessUtils.getClassPath(Job job,
RuntimeRepository runtimeRepository)
Gets the class path. |
static java.io.File |
TalendScriptAccessUtils.getContextFile(Job job,
RuntimeRepository runtimeRepository)
Gets the context file. |
static java.lang.String |
TalendScriptAccessUtils.getContextFileName(Job job)
Gets the context file name. |
static java.io.File |
TalendScriptAccessUtils.getContextsBaseDir(Job job,
RuntimeRepository runtimeRepository)
|
static java.lang.String |
TalendScriptAccessUtils.getExecutableClass(Job job)
Gets the executable class. |
static java.lang.String |
TalendScriptAccessUtils.getExecutableFileName(Job job)
Gets the executable file name. |
static java.util.List |
TalendScriptAccessUtils.getIncludedLibs(Job job,
RuntimeRepository runtimeRepository)
Gets the included libs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |