|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultService
Service interface providing methods to store and query for event results.
| Method Summary | |
|---|---|
List<RecordedEvent> |
findEventsByName(String name,
int skip,
int limit)
Find previously-completed events with the given name |
RecordedEvent |
recordResult(RecordedEvent result)
Simply store an event for later use |
| Method Detail |
|---|
RecordedEvent recordResult(RecordedEvent result)
result - the result to store
List<RecordedEvent> findEventsByName(String name,
int skip,
int limit)
name - the name of the event as recordedskip - the number of results to skip (for paging)limit - the number of results to retrieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||