public class AlfrescoPageRequest
extends org.springframework.data.domain.AbstractPageRequest
implements org.springframework.data.domain.Pageable
| Constructor and Description |
|---|
AlfrescoPageRequest(long skipCount,
int maxItems,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AlfrescoPageRequest |
first() |
long |
getOffset() |
org.springframework.data.domain.Pageable |
getPageable() |
int |
getPageNumber() |
org.springframework.data.domain.Sort |
getSort() |
int |
hashCode() |
boolean |
hasPrevious() |
AlfrescoPageRequest |
next() |
AlfrescoPageRequest |
previous() |
getPageSize, previousOrFirstpublic AlfrescoPageRequest(long skipCount,
int maxItems,
org.springframework.data.domain.Pageable pageable)
public org.springframework.data.domain.Sort getSort()
getSort in interface org.springframework.data.domain.Pageablepublic AlfrescoPageRequest next()
next in interface org.springframework.data.domain.Pageablenext in class org.springframework.data.domain.AbstractPageRequestpublic boolean hasPrevious()
hasPrevious in interface org.springframework.data.domain.PageablehasPrevious in class org.springframework.data.domain.AbstractPageRequestpublic int getPageNumber()
getPageNumber in interface org.springframework.data.domain.PageablegetPageNumber in class org.springframework.data.domain.AbstractPageRequestpublic AlfrescoPageRequest previous()
previous in class org.springframework.data.domain.AbstractPageRequestpublic AlfrescoPageRequest first()
first in interface org.springframework.data.domain.Pageablefirst in class org.springframework.data.domain.AbstractPageRequestpublic long getOffset()
getOffset in interface org.springframework.data.domain.PageablegetOffset in class org.springframework.data.domain.AbstractPageRequestpublic org.springframework.data.domain.Pageable getPageable()
public boolean equals(Object o)
equals in class org.springframework.data.domain.AbstractPageRequestpublic int hashCode()
hashCode in class org.springframework.data.domain.AbstractPageRequestCopyright © 2017–2019 Alfresco. All rights reserved.