| Package | Description |
|---|---|
| org.jberet.job.model | |
| org.jberet.repository | |
| org.jberet.runtime | |
| org.jberet.runtime.context |
| Modifier and Type | Method and Description |
|---|---|
static Job |
JobParser.parseJob(InputStream inputStream)
Parses a job xml file, 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.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobRepository.getJob(String jobId) |
Job |
AbstractRepository.getJob(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
JobRepository.getJobs() |
Collection<Job> |
AbstractRepository.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobRepository.addJob(Job job) |
void |
AbstractRepository.addJob(Job job) |
JobInstanceImpl |
JobRepository.createJobInstance(Job job,
String applicationName,
ClassLoader classLoader) |
JobInstanceImpl |
AbstractRepository.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,
ApplicationAndJobName applicationAndJobName) |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobContextImpl.getJob() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.