| Package | Description |
|---|---|
| io.seata.saga.engine.repo | |
| io.seata.saga.engine.store | |
| io.seata.saga.engine.store.impl | |
| io.seata.saga.statelang.domain | |
| io.seata.saga.statelang.domain.impl |
| Modifier and Type | Method and Description |
|---|---|
StateInstance |
StateLogRepository.getStateInstance(String stateInstanceId,
String machineInstId)
Deprecated.
Get state instance
|
| Modifier and Type | Method and Description |
|---|---|
List<StateInstance> |
StateLogRepository.queryStateInstanceListByMachineInstanceId(String stateMachineInstanceId)
Deprecated.
Get a list of state instances by state machine instance id
|
| Modifier and Type | Method and Description |
|---|---|
StateInstance |
StateLogStore.getStateInstance(String stateInstanceId,
String machineInstId)
Deprecated.
Get state instance
|
| Modifier and Type | Method and Description |
|---|---|
List<StateInstance> |
StateLogStore.queryStateInstanceListByMachineInstanceId(String stateMachineInstanceId)
Deprecated.
Get a list of state instances by state machine instance id
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogStore.recordStateFinished(StateInstance stateInstance,
ProcessContext context)
Deprecated.
Record state execution end event
|
void |
StateLogStore.recordStateStarted(StateInstance stateInstance,
ProcessContext context)
Deprecated.
Record state start execution event
|
| Modifier and Type | Method and Description |
|---|---|
StateInstance |
StateLogStoreImpl.getStateInstance(String stateInstanceId,
String machineInstId) |
| Modifier and Type | Method and Description |
|---|---|
List<StateInstance> |
StateLogStoreImpl.queryStateInstanceListByMachineInstanceId(String stateMachineInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogStoreImpl.recordStateFinished(StateInstance stateInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateStarted(StateInstance stateInstance,
ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
StateInstance |
StateInstance.getCompensationState()
Deprecated.
Gets get compensation state.
|
| Modifier and Type | Method and Description |
|---|---|
List<StateInstance> |
StateMachineInstance.getStateList()
Deprecated.
Gets get state list.
|
Map<String,StateInstance> |
StateMachineInstance.getStateMap()
Deprecated.
Gets get state map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineInstance.putStateInstance(String stateId,
StateInstance stateInstance)
Deprecated.
Put state instance.
|
void |
StateInstance.setCompensationState(StateInstance compensationState)
Deprecated.
Sets set compensation state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineInstance.setStateList(List<StateInstance> stateList)
Deprecated.
Sets set state list.
|
void |
StateMachineInstance.setStateMap(Map<String,StateInstance> stateMap)
Deprecated.
Sets set state map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateInstanceImpl
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StateInstance |
StateInstanceImpl.getCompensationState()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<StateInstance> |
StateMachineInstanceImpl.getStateList()
Deprecated.
|
Map<String,StateInstance> |
StateMachineInstanceImpl.getStateMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineInstanceImpl.putStateInstance(String stateId,
StateInstance stateInstance)
Deprecated.
|
void |
StateInstanceImpl.setCompensationState(StateInstance compensationState)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineInstanceImpl.setStateList(List<StateInstance> stateList)
Deprecated.
|
void |
StateMachineInstanceImpl.setStateMap(Map<String,StateInstance> stateMap)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.