public interface Timeline
| 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) |
@UnitOfWorkPropagation(value=MANDATORY) Iterable<TimelineRecord> getLastRecords(int maxResults)
maxResults - Maximum number of TimelineRecord to compute@UnitOfWorkPropagation(value=MANDATORY) Iterable<TimelineRecord> getNextRecords(int maxResults)
maxResults - Maximum number of TimelineRecord to compute@UnitOfWorkPropagation(value=MANDATORY) Iterable<TimelineRecord> getRecords(DateTime from, DateTime to)
from - Lower limitto - Upper limit@UnitOfWorkPropagation(value=MANDATORY) Iterable<TimelineRecord> getRecords(long from, long to)
from - Lower limitto - Upper limit