| Modifier and Type | Method and Description |
|---|---|
Transition |
DefaultConditionDefinition.getTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConditionDefinition.setTransition(Transition transition) |
DefaultConditionDefinition |
DefaultConditionDefinition.withTransition(Transition transition) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
TransitionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Error.getTransition()
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Error.setTransition(Transition transition)
(Required)
|
Error |
Error.withTransition(Transition transition) |
| Constructor and Description |
|---|
Error(Transition transition) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
State.getTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionSerializer.serialize(Transition transition,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
TransitionSerializer(Class<Transition> t) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
DefaultState.getTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultState.setTransition(Transition transition) |
InjectState |
InjectState.withTransition(Transition transition) |
ForEachState |
ForEachState.withTransition(Transition transition) |
DefaultState |
DefaultState.withTransition(Transition transition) |
OperationState |
OperationState.withTransition(Transition transition) |
SleepState |
SleepState.withTransition(Transition transition) |
CallbackState |
CallbackState.withTransition(Transition transition) |
ParallelState |
ParallelState.withTransition(Transition transition) |
SwitchState |
SwitchState.withTransition(Transition transition) |
EventState |
EventState.withTransition(Transition transition) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
EventCondition.getTransition()
(Required)
|
Transition |
DataCondition.getTransition()
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventCondition.setTransition(Transition transition)
(Required)
|
void |
DataCondition.setTransition(Transition transition)
(Required)
|
EventCondition |
EventCondition.withTransition(Transition transition) |
DataCondition |
DataCondition.withTransition(Transition transition) |
| Constructor and Description |
|---|
DataCondition(String condition,
Transition transition) |
EventCondition(String eventRef,
Transition transition) |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Transition.withCompensate(boolean compensate) |
Transition |
Transition.withNextState(String nextState) |
Transition |
Transition.withProduceEvents(List<ProduceEvent> produceEvents) |
Copyright © 2020–2023 CNCF. All rights reserved.