Package | Description |
---|---|
org.jberet.creation | |
org.jberet.job.model | |
org.jberet.operations | |
org.jberet.repository | |
org.jberet.runtime | |
org.jberet.runtime.context |
Modifier and Type | Method and Description |
---|---|
static Job |
ArchiveXmlLoader.loadJobXml(String jobXmlName,
ClassLoader classLoader,
List<Job> loadedJobs,
JobXmlResolver jobXmlResolver)
Gets the job root element for a given job name.
|
Modifier and Type | Method and Description |
---|---|
static Job |
ArchiveXmlLoader.loadJobXml(String jobXmlName,
ClassLoader classLoader,
List<Job> loadedJobs,
JobXmlResolver jobXmlResolver)
Gets the job root element for a given job name.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobBuilder.build()
Builds the job.
|
static Job |
JobParser.parseJob(InputStream inputStream,
ClassLoader classLoader,
XMLResolver xmlResolver)
Parses a job xml input stream, which defines a batch job.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyResolver.resolve(Job job)
Resolves property expressions for job-level elements contained in the job.
|
static void |
JobMerger.resolveInheritance(Job job,
ClassLoader classLoader,
List<Job> loadedJobs,
JobXmlResolver jobXmlResolver)
The main entry point to resolve JSL inheritance for a job, including any inheritance in its sub-elements.
|
Modifier and Type | Method and Description |
---|---|
static void |
JobMerger.resolveInheritance(Job job,
ClassLoader classLoader,
List<Job> loadedJobs,
JobXmlResolver jobXmlResolver)
The main entry point to resolve JSL inheritance for a job, including any inheritance in its sub-elements.
|
Modifier and Type | Method and Description |
---|---|
long |
AbstractJobOperator.start(Job jobDefined,
Properties jobParameters)
Starts a pre-configured
Job instance, with job parameters. |
long |
AbstractJobOperator.start(Job jobDefined,
Properties jobParameters,
String user)
Starts a pre-configured
Job instance, with job parameters and sets the user on the execution |
Modifier and Type | Method and Description |
---|---|
Job |
JobRepository.getJob(ApplicationAndJobName applicationAndJobName) |
Job |
AbstractRepository.getJob(ApplicationAndJobName applicationAndJobName) |
Modifier and Type | Method and Description |
---|---|
void |
JobRepository.addJob(ApplicationAndJobName applicationAndJobName,
Job job) |
void |
AbstractRepository.addJob(ApplicationAndJobName applicationAndJobName,
Job job) |
JobInstanceImpl |
AbstractPersistentRepository.createJobInstance(Job job,
String applicationName,
ClassLoader classLoader) |
JobInstanceImpl |
InfinispanRepository.createJobInstance(Job job,
String applicationName,
ClassLoader classLoader) |
JobInstanceImpl |
InMemoryRepository.createJobInstance(Job job,
String applicationName,
ClassLoader classLoader) |
JobInstanceImpl |
JobRepository.createJobInstance(Job job,
String applicationName,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
Job |
JobExecutionImpl.getSubstitutedJob() |
Job |
JobInstanceImpl.getUnsubstitutedJob() |
Modifier and Type | Method and Description |
---|---|
void |
JobInstanceImpl.setUnsubstitutedJob(Job unsubstitutedJob) |
Constructor and Description |
---|
JobInstanceImpl(Job unsubstitutedJob,
String applicationName,
String jobName) |
Modifier and Type | Method and Description |
---|---|
Job |
JobContextImpl.getJob() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.