Class AlfrescoPageRequest
java.lang.Object
org.springframework.data.domain.AbstractPageRequest
org.activiti.cloud.alfresco.argument.resolver.AlfrescoPageRequest
- All Implemented Interfaces:
Serializable,org.springframework.data.domain.Pageable
public class AlfrescoPageRequest
extends org.springframework.data.domain.AbstractPageRequest
implements org.springframework.data.domain.Pageable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlfrescoPageRequest(long skipCount, int maxItems, org.springframework.data.domain.Pageable pageable) -
Method Summary
Methods inherited from class org.springframework.data.domain.AbstractPageRequest
getPageSize, previousOrFirstMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.domain.Pageable
getPageSize, getSortOr, isPaged, isUnpaged, previousOrFirst, toLimit, toOptional, toScrollPosition
-
Constructor Details
-
AlfrescoPageRequest
public AlfrescoPageRequest(long skipCount, int maxItems, org.springframework.data.domain.Pageable pageable)
-
-
Method Details
-
getSort
public org.springframework.data.domain.Sort getSort()- Specified by:
getSortin interfaceorg.springframework.data.domain.Pageable
-
next
- Specified by:
nextin interfaceorg.springframework.data.domain.Pageable- Specified by:
nextin classorg.springframework.data.domain.AbstractPageRequest
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceorg.springframework.data.domain.Pageable- Overrides:
hasPreviousin classorg.springframework.data.domain.AbstractPageRequest
-
getPageNumber
public int getPageNumber()- Specified by:
getPageNumberin interfaceorg.springframework.data.domain.Pageable- Overrides:
getPageNumberin classorg.springframework.data.domain.AbstractPageRequest
-
previous
- Specified by:
previousin classorg.springframework.data.domain.AbstractPageRequest
-
first
- Specified by:
firstin interfaceorg.springframework.data.domain.Pageable- Specified by:
firstin classorg.springframework.data.domain.AbstractPageRequest
-
withPage
public org.springframework.data.domain.Pageable withPage(int pageNumber) - Specified by:
withPagein interfaceorg.springframework.data.domain.Pageable
-
getOffset
public long getOffset()- Specified by:
getOffsetin interfaceorg.springframework.data.domain.Pageable- Overrides:
getOffsetin classorg.springframework.data.domain.AbstractPageRequest
-
getPageable
public org.springframework.data.domain.Pageable getPageable() -
equals
- Overrides:
equalsin classorg.springframework.data.domain.AbstractPageRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.springframework.data.domain.AbstractPageRequest
-