public interface PagingResult<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
List<T> |
getList()
Return a list of all object present in a page.
|
int |
getTotalItems()
Returns the number of all items presents.
|
Boolean |
hasMoreItems()
Returns True if there are more items available.
|
Boolean hasMoreItems()
int getTotalItems()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.