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 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:
      getSort in interface org.springframework.data.domain.Pageable
    • next

      public AlfrescoPageRequest next()
      Specified by:
      next in interface org.springframework.data.domain.Pageable
      Specified by:
      next in class org.springframework.data.domain.AbstractPageRequest
    • hasPrevious

      public boolean hasPrevious()
      Specified by:
      hasPrevious in interface org.springframework.data.domain.Pageable
      Overrides:
      hasPrevious in class org.springframework.data.domain.AbstractPageRequest
    • getPageNumber

      public int getPageNumber()
      Specified by:
      getPageNumber in interface org.springframework.data.domain.Pageable
      Overrides:
      getPageNumber in class org.springframework.data.domain.AbstractPageRequest
    • previous

      public AlfrescoPageRequest previous()
      Specified by:
      previous in class org.springframework.data.domain.AbstractPageRequest
    • first

      public AlfrescoPageRequest first()
      Specified by:
      first in interface org.springframework.data.domain.Pageable
      Specified by:
      first in class org.springframework.data.domain.AbstractPageRequest
    • withPage

      public org.springframework.data.domain.Pageable withPage(int pageNumber)
      Specified by:
      withPage in interface org.springframework.data.domain.Pageable
    • getOffset

      public long getOffset()
      Specified by:
      getOffset in interface org.springframework.data.domain.Pageable
      Overrides:
      getOffset in class org.springframework.data.domain.AbstractPageRequest
    • getPageable

      public org.springframework.data.domain.Pageable getPageable()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.springframework.data.domain.AbstractPageRequest
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.data.domain.AbstractPageRequest