public abstract class RepositoryStateMachine extends BaseRepositoryEntity
Constructor and Description |
---|
RepositoryStateMachine() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getMachineId()
Gets the machine id.
|
abstract java.lang.String |
getState()
Gets the state.
|
abstract byte[] |
getStateMachineContext()
Gets the state machine context.
|
public abstract java.lang.String getMachineId()
public abstract java.lang.String getState()
public abstract byte[] getStateMachineContext()