Package | Description |
---|---|
org.apache.batchee.container.jsl | |
org.apache.batchee.container.modelresolver | |
org.apache.batchee.container.modelresolver.impl | |
org.apache.batchee.jaxb |
Modifier and Type | Method and Description |
---|---|
TransitionElement |
Transition.getTransitionElement() |
Modifier and Type | Method and Description |
---|---|
List<TransitionElement> |
ExecutionElement.getTransitionElements() |
Modifier and Type | Method and Description |
---|---|
void |
Transition.setTransitionElement(TransitionElement transitionElement) |
Modifier and Type | Method and Description |
---|---|
static PropertyResolver<TransitionElement> |
PropertyResolverFactory.createTransitionElementPropertyResolver(boolean isPartitionedStep) |
Modifier and Type | Method and Description |
---|---|
TransitionElement |
ControlElementPropertyResolver.substituteProperties(TransitionElement controlElement,
Properties submittedProps,
Properties parentProps) |
Modifier and Type | Method and Description |
---|---|
TransitionElement |
ControlElementPropertyResolver.substituteProperties(TransitionElement controlElement,
Properties submittedProps,
Properties parentProps) |
Modifier and Type | Class and Description |
---|---|
class |
End
Java class for End complex type.
|
class |
Fail
Java class for Fail complex type.
|
class |
Next
Java class for Next complex type.
|
class |
Stop
Java class for Stop complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<TransitionElement> |
Flow.transitionElements |
protected List<TransitionElement> |
Step.transitionElements |
protected List<TransitionElement> |
Decision.transitionElements |
Modifier and Type | Method and Description |
---|---|
List<TransitionElement> |
Split.getTransitionElements() |
List<TransitionElement> |
Flow.getTransitionElements()
Gets the value of the transitionElements property.
|
List<TransitionElement> |
Step.getTransitionElements()
Gets the value of the transitionElements property.
|
List<TransitionElement> |
Decision.getTransitionElements()
Gets the value of the transitionElements property.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.