Package org.alfresco.query
Class PageDetails
java.lang.Object
org.alfresco.query.PageDetails
Stores paging details based on a PagingRequest.
- Author:
- steveglover
-
Constructor Summary
ConstructorsConstructorDescriptionPageDetails
(int pageSize, boolean hasMoreItems, int skipCount, int maxItems, int end) -
Method Summary
Modifier and TypeMethodDescriptionint
getEnd()
int
static PageDetails
getPageDetails
(PagingRequest pagingRequest, int totalSize) int
int
boolean
-
Constructor Details
-
PageDetails
public PageDetails(int pageSize, boolean hasMoreItems, int skipCount, int maxItems, int end)
-
-
Method Details
-
getSkipCount
public int getSkipCount() -
getMaxItems
public int getMaxItems() -
getEnd
public int getEnd() -
hasMoreItems
public boolean hasMoreItems() -
getPageSize
public int getPageSize() -
getPageDetails
-