| Package | Description |
|---|---|
| io.seata.saga.engine.repo | |
| io.seata.saga.statelang.domain | |
| io.seata.saga.statelang.domain.impl |
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineRepository.getStateMachine(String stateMachineName,
String tenantId)
Deprecated.
Gets get state machine.
|
StateMachine |
StateMachineRepository.getStateMachine(String stateMachineName,
String tenantId,
String version)
Deprecated.
Gets get state machine.
|
StateMachine |
StateMachineRepository.getStateMachineById(String stateMachineId)
Deprecated.
Gets get state machine by id.
|
StateMachine |
StateMachineRepository.registryStateMachine(StateMachine stateMachine)
Deprecated.
Register the state machine to the repository (if the same version already exists, return the existing version)
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineRepository.registryStateMachine(StateMachine stateMachine)
Deprecated.
Register the state machine to the repository (if the same version already exists, return the existing version)
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineInstance.getStateMachine()
Deprecated.
Gets get state machine.
|
StateMachine |
State.getStateMachine()
Deprecated.
state machine instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineInstance.setStateMachine(StateMachine stateMachine)
Deprecated.
Sets set state machine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateMachineImpl
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineInstanceImpl.getStateMachine()
Deprecated.
|
StateMachine |
StateImpl.getStateMachine()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineInstanceImpl.setStateMachine(StateMachine stateMachine)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.