| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.paging | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Method and Description |
|---|---|
Pager |
Pager.Builder.build() |
Pager |
Pager.nextPage()
If this is a limited pager (
PageContext.isLimited()), returns the pager pointing to the next page of the results. |
Pager |
Pager.previousPage()
If this is a limited pager (
PageContext.isLimited()), returns the pager pointing to the previous page of the
results. |
static Pager |
Pager.unlimited(Iterable<Order> order)
Same as
unlimited(Order...) but the ordering represented by a collection. |
static Pager |
Pager.unlimited(Order... order)
The result should not be paged.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Alert> |
AlertsService.getAlerts(String tenantId,
AlertsCriteria criteria,
Pager pager) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.