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(boolean successOrFail,
int skip,
int limit)
Retrieve a page of event results matching the success property.
|
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
|
List<EventRecord> |
ResultService.getResultsForSession(String eventSessionId,
int skip,
int limit)
Retrieve a page of event results by event session ID
|
Modifier and Type | Method and Description |
---|---|
void |
ResultService.EventSummary.addSample(EventRecord eventRecord)
Add another sample to the event
|
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(boolean successOrFail,
int skip,
int limit) |
List<EventRecord> |
MongoResultService.getResults(long startTime,
String eventName,
Boolean successOrFail,
int skip,
int limit) |
List<EventRecord> |
MongoResultService.getResults(String eventName,
int skip,
int limit) |
List<EventRecord> |
MongoResultService.getResultsForSession(String eventSessionId,
int skip,
int limit) |
Modifier and Type | Method and Description |
---|---|
EventRecord |
MongoResultService.recordResult(EventRecord result) |
Copyright © 2014. All rights reserved.