| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
StateMachineEngine.compensate(String stateMachineInstId,
Map<String,Object> replaceParams)
Deprecated.
compensate a state machine instance
|
StateMachineInstance |
StateMachineEngine.compensateAsync(String stateMachineInstId,
Map<String,Object> replaceParams,
AsyncCallback callback)
Deprecated.
compensate a state machine instance asynchronously
|
StateMachineInstance |
StateMachineEngine.forward(String stateMachineInstId,
Map<String,Object> replaceParams)
Deprecated.
forward restart a failed state machine instance
|
StateMachineInstance |
StateMachineEngine.forwardAsync(String stateMachineInstId,
Map<String,Object> replaceParams,
AsyncCallback callback)
Deprecated.
forward restart a failed state machine instance asynchronously
|
StateMachineInstance |
StateMachineEngine.reloadStateMachineInstance(String instId)
Deprecated.
Reload StateMachine Instance
|
StateMachineInstance |
StateMachineEngine.skipAndForward(String stateMachineInstId,
Map<String,Object> replaceParams)
Deprecated.
skip current failed state instance and forward restart state machine instance
|
StateMachineInstance |
StateMachineEngine.skipAndForwardAsync(String stateMachineInstId,
AsyncCallback callback)
Deprecated.
skip current failed state instance and forward restart state machine instance asynchronously
|
StateMachineInstance |
StateMachineEngine.start(String stateMachineName,
String tenantId,
Map<String,Object> startParams)
Deprecated.
start a state machine instance
|
StateMachineInstance |
StateMachineEngine.startAsync(String stateMachineName,
String tenantId,
Map<String,Object> startParams,
AsyncCallback callback)
Deprecated.
start a state machine instance asynchronously
|
StateMachineInstance |
StateMachineEngine.startWithBusinessKey(String stateMachineName,
String tenantId,
String businessKey,
Map<String,Object> startParams)
Deprecated.
start a state machine instance with businessKey
|
StateMachineInstance |
StateMachineEngine.startWithBusinessKeyAsync(String stateMachineName,
String tenantId,
String businessKey,
Map<String,Object> startParams,
AsyncCallback callback)
Deprecated.
start a state machine instance asynchronously with businessKey
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncCallback.onError(ProcessContext context,
StateMachineInstance stateMachineInstance,
Exception exp)
Deprecated.
on error
|
void |
AsyncCallback.onFinished(ProcessContext context,
StateMachineInstance stateMachineInstance)
Deprecated.
on finished
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
ProcessCtrlStateMachineEngine.compensate(String stateMachineInstId,
Map<String,Object> replaceParams)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.compensateAsync(String stateMachineInstId,
Map<String,Object> replaceParams,
AsyncCallback callback)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.forward(String stateMachineInstId,
Map<String,Object> replaceParams)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.forwardAsync(String stateMachineInstId,
Map<String,Object> replaceParams,
AsyncCallback callback)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.reloadStateMachineInstance(String instId)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.skipAndForward(String stateMachineInstId,
Map<String,Object> replaceParams)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.skipAndForwardAsync(String stateMachineInstId,
AsyncCallback callback)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.start(String stateMachineName,
String tenantId,
Map<String,Object> startParams)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.startAsync(String stateMachineName,
String tenantId,
Map<String,Object> startParams,
AsyncCallback callback)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.startWithBusinessKey(String stateMachineName,
String tenantId,
String businessKey,
Map<String,Object> startParams)
Deprecated.
|
StateMachineInstance |
ProcessCtrlStateMachineEngine.startWithBusinessKeyAsync(String stateMachineName,
String tenantId,
String businessKey,
Map<String,Object> startParams,
AsyncCallback callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
StateLogRepository.getStateMachineInstance(String stateMachineInstanceId)
Deprecated.
Get state machine instance
|
StateMachineInstance |
StateLogRepository.getStateMachineInstanceByBusinessKey(String businessKey,
String tenantId)
Deprecated.
Get state machine instance by businessKey
|
| Modifier and Type | Method and Description |
|---|---|
List<StateMachineInstance> |
StateLogRepository.queryStateMachineInstanceByParentId(String parentId)
Deprecated.
Query the list of state machine instances by parent id
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
StateLogStore.getStateMachineInstance(String stateMachineInstanceId)
Deprecated.
Get state machine instance
|
StateMachineInstance |
StateLogStore.getStateMachineInstanceByBusinessKey(String businessKey,
String tenantId)
Deprecated.
Get state machine instance by businessKey
|
| Modifier and Type | Method and Description |
|---|---|
List<StateMachineInstance> |
StateLogStore.queryStateMachineInstanceByParentId(String parentId)
Deprecated.
Query the list of state machine instances by parent id
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogStore.recordStateMachineFinished(StateMachineInstance machineInstance,
ProcessContext context)
Deprecated.
Record status end event
|
void |
StateLogStore.recordStateMachineRestarted(StateMachineInstance machineInstance,
ProcessContext context)
Deprecated.
Record state machine restarted
|
void |
StateLogStore.recordStateMachineStarted(StateMachineInstance machineInstance,
ProcessContext context)
Deprecated.
Record state machine startup events
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
StateLogStoreImpl.getStateMachineInstance(String stateMachineInstanceId) |
StateMachineInstance |
StateLogStoreImpl.getStateMachineInstanceByBusinessKey(String businessKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
List<StateMachineInstance> |
StateLogStoreImpl.queryStateMachineInstanceByParentId(String parentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateLogStoreImpl.recordStateMachineFinished(StateMachineInstance machineInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateMachineRestarted(StateMachineInstance machineInstance,
ProcessContext context) |
void |
StateLogStoreImpl.recordStateMachineStarted(StateMachineInstance machineInstance,
ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
StateInstance.getStateMachineInstance()
Deprecated.
Gets get state machine instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateInstance.setStateMachineInstance(StateMachineInstance stateMachineInstance)
Deprecated.
Sets set state machine instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateMachineInstanceImpl
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineInstance |
StateInstanceImpl.getStateMachineInstance()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateInstanceImpl.setStateMachineInstance(StateMachineInstance stateMachineInstance)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.