public interface StateMachineTraceRepository
StateMachineTrace
s.Modifier and Type | Method and Description |
---|---|
void |
add(java.util.Map<java.lang.String,java.lang.Object> traceInfo)
Add a new
StateMachineTrace object at the current time. |
java.util.List<StateMachineTrace> |
findAll()
Find all
StateMachineTrace objects contained in the repository. |
java.util.List<StateMachineTrace> findAll()
StateMachineTrace
objects contained in the repository.void add(java.util.Map<java.lang.String,java.lang.Object> traceInfo)
StateMachineTrace
object at the current time.traceInfo
- trace information