Uses of Interface
oracle.dbtools.plugin.api.pagination.PaginationState
-
Packages that use PaginationState Package Description oracle.dbtools.plugin.api.pagination Provides facilities for consistent handling ofPagination
-
- <section role="region">
Uses of PaginationState in oracle.dbtools.plugin.api.pagination
Fields in oracle.dbtools.plugin.api.pagination declared as PaginationState Modifier and Type Field Description static PaginationState
PaginationState. NOT_PAGINATED
Constant denoting the pagination state (or rather lack of state) of a non-paginated resource.Methods in oracle.dbtools.plugin.api.pagination that return PaginationState Modifier and Type Method 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
- <section role="region">