@Entity public class JpaRepositoryStateMachine extends RepositoryStateMachine
RepositoryStateMachine
interface for JPA used for states machines.Constructor and Description |
---|
JpaRepositoryStateMachine() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMachineId()
Gets the machine id.
|
java.lang.String |
getState()
Gets the state.
|
byte[] |
getStateMachineContext()
Gets the state machine context.
|
void |
setMachineId(java.lang.String machineId) |
void |
setState(java.lang.String state) |
void |
setStateMachineContext(byte[] stateMachineContext) |
public java.lang.String getMachineId()
RepositoryStateMachine
getMachineId
in class RepositoryStateMachine
public void setMachineId(java.lang.String machineId)
public java.lang.String getState()
RepositoryStateMachine
getState
in class RepositoryStateMachine
public void setState(java.lang.String state)
public byte[] getStateMachineContext()
RepositoryStateMachine
getStateMachineContext
in class RepositoryStateMachine
public void setStateMachineContext(byte[] stateMachineContext)