| Package | Description |
|---|---|
| com.ibm.jbatch.container.impl | |
| com.ibm.jbatch.container.jsl | |
| com.ibm.jbatch.container.jsl.impl | |
| com.ibm.jbatch.container.navigator | |
| com.ibm.jbatch.jsl.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DecisionControllerImpl.setPreviousStepExecutions(ExecutionElement previousExecutionElement,
IExecutionElementController previousElementController) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionElement |
Transition.getNextExecutionElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.setNextExecutionElement(ExecutionElement executionElement) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionElement |
TransitionImpl.getNextExecutionElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionImpl.setNextExecutionElement(ExecutionElement executionElement) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionElement |
ModelNavigator.getFirstExecutionElement() |
ExecutionElement |
JobNavigatorImpl.getFirstExecutionElement() |
ExecutionElement |
AbstractNavigatorImpl.getFirstExecutionElement() |
ExecutionElement |
AbstractNavigatorImpl.getFirstExecutionElement(List<ExecutionElement> peerExecutionElements,
String restartOn) |
ExecutionElement |
ModelNavigator.getFirstExecutionElement(String restartOn) |
ExecutionElement |
JobNavigatorImpl.getFirstExecutionElement(String restartOn) |
ExecutionElement |
FlowNavigatorImpl.getFirstExecutionElement(String restartOn) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
ModelNavigator.getNextTransition(ExecutionElement currentExecutionElem,
ExecutionStatus currentExecutionStatus)
Enforces "can't revisit already visited steps rule".
|
Transition |
JobNavigatorImpl.getNextTransition(ExecutionElement currentExecutionElem,
ExecutionStatus currentStatus) |
Transition |
FlowNavigatorImpl.getNextTransition(ExecutionElement currentExecutionElem,
ExecutionStatus currentStatus) |
Transition |
AbstractNavigatorImpl.getNextTransition(ExecutionElement currentElem,
List<ExecutionElement> peerExecutionElements,
ExecutionStatus currentStatus)
Precedence is: look at elements, then look at attribute, then return quietly
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionElement |
AbstractNavigatorImpl.getFirstExecutionElement(List<ExecutionElement> peerExecutionElements,
String restartOn) |
Transition |
AbstractNavigatorImpl.getNextTransition(ExecutionElement currentElem,
List<ExecutionElement> peerExecutionElements,
ExecutionStatus currentStatus)
Precedence is: look at elements, then look at attribute, then return quietly
|
| Modifier and Type | Class and Description |
|---|---|
class |
Decision
Java class for Decision complex type.
|
class |
Flow
Java class for Flow complex type.
|
class |
Split
Java class for Split complex type.
|
class |
Step
Java class for Step complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ExecutionElement> |
JSLJob.executionElements |
protected List<ExecutionElement> |
Flow.executionElements |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionElement> |
JSLJob.getExecutionElements()
Gets the value of the executionElements property.
|
List<ExecutionElement> |
Flow.getExecutionElements()
Gets the value of the executionElements property.
|
© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0