| Package | Description |
|---|---|
| org.alfresco.bm.event | |
| org.alfresco.bm.event.mongo |
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
ResultService.recordResult(EventRecord result)
Simply store an event for later use
|
| Modifier and Type | Method and Description |
|---|---|
List<EventRecord> |
ResultService.getResults(long startTime,
String eventName,
Boolean successOrFail,
int skip,
int limit)
Retrieve a page of event results using a time window
|
List<EventRecord> |
ResultService.getResults(String eventName,
int skip,
int limit)
Retrieve a page of event results by event name
|
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
ResultService.recordResult(EventRecord result)
Simply store an event for later use
|
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
MongoResultService.recordResult(EventRecord result) |
| Modifier and Type | Method and Description |
|---|---|
List<EventRecord> |
MongoResultService.getResults(long startTime,
String eventName,
Boolean successOrFail,
int skip,
int limit) |
List<EventRecord> |
MongoResultService.getResults(String eventName,
int skip,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
MongoResultService.recordResult(EventRecord result) |
Copyright © 2012. All Rights Reserved.