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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlfrescoPageRequest(long skipCount, int maxItems, org.springframework.data.domain.Pageable pageable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AlfrescoPageRequestfirst()longgetOffset()org.springframework.data.domain.PageablegetPageable()intgetPageNumber()org.springframework.data.domain.SortgetSort()inthashCode()booleanhasPrevious()AlfrescoPageRequestnext()AlfrescoPageRequestprevious()org.springframework.data.domain.PageablewithPage(int pageNumber)-
Methods inherited from class org.springframework.data.domain.AbstractPageRequest
getPageSize, previousOrFirst
-
-
-
-
Method Detail
-
getSort
public org.springframework.data.domain.Sort getSort()
- Specified by:
getSortin interfaceorg.springframework.data.domain.Pageable
-
next
public AlfrescoPageRequest 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
public AlfrescoPageRequest previous()
- Specified by:
previousin classorg.springframework.data.domain.AbstractPageRequest
-
first
public AlfrescoPageRequest 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
public boolean equals(Object o)
- Overrides:
equalsin classorg.springframework.data.domain.AbstractPageRequest
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.data.domain.AbstractPageRequest
-
-