| Package | Description |
|---|---|
| org.alfresco.bm.common | |
| org.alfresco.bm.common.mongo |
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
ResultService.getFirstResult()
Retrieve the first result by start time
|
EventRecord |
ResultService.getLastResult()
Retrieve the last result by start time
|
| Modifier and Type | Method and Description |
|---|---|
List<EventRecord> |
ResultService.getResults(long startTime,
long endTime,
boolean chartOnly,
int skip,
int limit)
Retrieve a page of event results using a time window, filtering by chartability
|
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 |
|---|---|
void |
ResultService.recordResult(EventRecord result)
Simply store an event for later use
|
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
MongoResultService.getFirstResult() |
EventRecord |
MongoResultService.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
List<EventRecord> |
MongoResultService.getResults(long startTime,
long endTime,
boolean chartOnly,
int skip,
int limit) |
List<EventRecord> |
MongoResultService.getResults(String eventName,
int skip,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoResultService.recordResult(EventRecord result) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.