Package | Description |
---|---|
oracle.dbtools.plugin.api.pagination |
Provides facilities for consistent handling of
Pagination |
Modifier and Type | Field and Description |
---|---|
static PaginationState |
PaginationState.NOT_PAGINATED
Constant denoting the pagination state (or rather lack of state) of a
non-paginated resource.
|
Modifier and Type | Method and Description |
---|---|
PaginationState |
Pagination.startPagination(javax.servlet.http.HttpServletRequest request,
PaginationMetadata pagination)
Determine the maximum number of items that should be included in the
representation of the specified request
|