public interface PaginationServiceSupportActionAware
AbstractPaginatedListAction
support
PaginationService
Modifier and Type | Method and Description |
---|---|
default long |
getItemsCount()
Get total item of all pages
|
default <T> PageResponse<T> |
getPageResponse()
Will return pagination data in new form
|
default boolean |
isSupportPaginationService()
Indicate does sub class support new way of pagination or not
|
default boolean isSupportPaginationService()
default <T> PageResponse<T> getPageResponse()
default long getItemsCount()
Copyright © 2003–2021 Atlassian. All rights reserved.