| Package | Description |
|---|---|
| org.apache.batchee.container.impl.controller | |
| org.apache.batchee.container.jsl | |
| org.apache.batchee.container.navigator | |
| org.apache.batchee.jaxb |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DecisionController.setPreviousStepExecutions(ExecutionElement previousExecutionElement,
ExecutionElementController 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 |
AbstractNavigator.getFirstExecutionElement(List<ExecutionElement> peerExecutionElements,
String restartOn) |
ExecutionElement |
FlowNavigator.getFirstExecutionElement(String restartOn) |
ExecutionElement |
JobNavigator.getFirstExecutionElement(String restartOn) |
ExecutionElement |
ModelNavigator.getFirstExecutionElement(String restartOn) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
FlowNavigator.getNextTransition(ExecutionElement currentExecutionElem,
ExecutionStatus currentStatus) |
Transition |
JobNavigator.getNextTransition(ExecutionElement currentExecutionElem,
ExecutionStatus currentStatus) |
Transition |
ModelNavigator.getNextTransition(ExecutionElement currentExecutionElem,
ExecutionStatus currentExecutionStatus)
Enforces "can't revisit already visited steps rule".
|
Transition |
AbstractNavigator.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 |
AbstractNavigator.getFirstExecutionElement(List<ExecutionElement> peerExecutionElements,
String restartOn) |
Transition |
AbstractNavigator.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> |
Flow.executionElements |
protected List<ExecutionElement> |
JSLJob.executionElements |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionElement> |
Flow.getExecutionElements()
Gets the value of the executionElements property.
|
List<ExecutionElement> |
JSLJob.getExecutionElements()
Gets the value of the executionElements property.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.