Package | Description |
---|---|
org.jberet.job.model | |
org.jberet.runtime.runner |
Modifier and Type | Class and Description |
---|---|
class |
Decision
Corresponds to
jsl:Decision job XML element type. |
class |
Flow
Corresponds to job element type
jsl:Flow in job XML. |
class |
InheritableJobElement
Abstract base class for those job elements that support JSL inheritance, such as job, step and flow.
|
class |
Job
Corresponds to
jsl:Job type, the root element of job XML. |
class |
Split
Corresponds to
jsl:Split job element type in job XML. |
class |
Step
Corresponds to
jsl:Step job element type in job XML. |
Modifier and Type | Method and Description |
---|---|
List<JobElement> |
Job.getJobElements()
Gets the list of job elements, such as steps, decisions, flows or splits, contained in this job.
|
List<JobElement> |
Flow.getJobElements()
Gets the list of job elements contained inside this flow.
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends JobElement> |
SplitExecutionRunner.getJobElements() |
protected List<? extends JobElement> |
JobExecutionRunner.getJobElements() |
protected List<? extends JobElement> |
FlowExecutionRunner.getJobElements() |
protected abstract List<? extends JobElement> |
CompositeExecutionRunner.getJobElements() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.