|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordedEvent | |
|---|---|
| org.alfresco.bm.event | |
| org.alfresco.bm.report | |
| Uses of RecordedEvent in org.alfresco.bm.event |
|---|
| Methods in org.alfresco.bm.event that return RecordedEvent | |
|---|---|
RecordedEvent |
ResultService.recordResult(RecordedEvent result)
Simply store an event for later use |
| Methods in org.alfresco.bm.event that return types with arguments of type RecordedEvent | |
|---|---|
List<RecordedEvent> |
ResultService.findEventsByName(String name,
int skip,
int limit)
Find previously-completed events with the given name |
| Methods in org.alfresco.bm.event with parameters of type RecordedEvent | |
|---|---|
RecordedEvent |
ResultService.recordResult(RecordedEvent result)
Simply store an event for later use |
| Uses of RecordedEvent in org.alfresco.bm.report |
|---|
| Methods in org.alfresco.bm.report that return types with arguments of type RecordedEvent | |
|---|---|
List<RecordedEvent> |
ReportServiceImpl.getResults(int skip,
int limit)
|
List<RecordedEvent> |
ReportService.getResults(int skip,
int limit)
Retrieves results of a test run from MongoDB. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||