@Deprecated public interface StateMachineRepository
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
getStateMachine(String stateMachineName,
String tenantId)
Deprecated.
Gets get state machine.
|
StateMachine |
getStateMachine(String stateMachineName,
String tenantId,
String version)
Deprecated.
Gets get state machine.
|
StateMachine |
getStateMachineById(String stateMachineId)
Deprecated.
Gets get state machine by id.
|
void |
registryByResources(InputStream[] resourceAsStreamArray,
String tenantId)
Deprecated.
Registry by resources.
|
StateMachine |
registryStateMachine(StateMachine stateMachine)
Deprecated.
Register the state machine to the repository (if the same version already exists, return the existing version)
|
StateMachine getStateMachineById(String stateMachineId)
stateMachineId - the state machine idStateMachine getStateMachine(String stateMachineName, String tenantId)
stateMachineName - the state machine nametenantId - the tenant idStateMachine getStateMachine(String stateMachineName, String tenantId, String version)
stateMachineName - the state machine nametenantId - the tenant idversion - the versionStateMachine registryStateMachine(StateMachine stateMachine)
stateMachine - stateMachinevoid registryByResources(InputStream[] resourceAsStreamArray, String tenantId) throws IOException
resourceAsStreamArray - the resource as stream arraytenantId - the tenant idIOException - the io exceptionCopyright © 2025 Apache. All rights reserved.