| Constructor and Description |
|---|
TimelineScheduleMixin() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TimelineRecord> |
getLastRecords(int maxResults) |
Iterable<TimelineRecord> |
getNextRecords(int maxResults) |
Iterable<TimelineRecord> |
getRecords(DateTime from,
DateTime to) |
Iterable<TimelineRecord> |
getRecords(long from,
long to) |
public Iterable<TimelineRecord> getLastRecords(int maxResults)
getLastRecords in interface TimelinemaxResults - Maximum number of TimelineRecord to computepublic Iterable<TimelineRecord> getNextRecords(int maxResults)
getNextRecords in interface TimelinemaxResults - Maximum number of TimelineRecord to computepublic Iterable<TimelineRecord> getRecords(DateTime from, DateTime to)
getRecords in interface Timelinefrom - Lower limitto - Upper limitpublic Iterable<TimelineRecord> getRecords(long from, long to)
getRecords in interface Timelinefrom - Lower limitto - Upper limit