Class SyncopePage<T>
java.lang.Object
org.springframework.data.domain.PageImpl<T>
org.apache.syncope.core.persistence.api.search.SyncopePage<T>
- All Implemented Interfaces:
Serializable,Iterable<T>,Supplier<Stream<T>>,org.springframework.data.domain.Page<T>,org.springframework.data.domain.Slice<T>,org.springframework.data.util.Streamable<T>
public class SyncopePage<T>
extends org.springframework.data.domain.PageImpl<T>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyncopePage(List<T> content, org.springframework.data.domain.Pageable pageable, long total) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected <U> List<U> getConvertedContent(Function<? super T, ? extends U> arg0) intintorg.springframework.data.domain.PageableintgetSize()org.springframework.data.domain.SortgetSort()longintbooleaninthashCode()booleanbooleanisFirst()iterator()org.springframework.data.domain.Pageableorg.springframework.data.domain.PageableMethods inherited from class org.springframework.data.domain.PageImpl
hasNext, isLast, map, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.springframework.data.domain.Slice
getContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasPrevious, isFirst, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageableMethods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, stream, toList, toSet
-
Constructor Details
-
SyncopePage
-
-
Method Details
-
getTotalElements
public long getTotalElements() -
getTotalPages
public int getTotalPages() -
equals
- Overrides:
equalsin classorg.springframework.data.domain.PageImpl<T>
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.springframework.data.domain.PageImpl<T>
-
getNumber
public int getNumber()- Specified by:
getNumberin interfaceorg.springframework.data.domain.Slice<T>
-
getSize
public int getSize()- Specified by:
getSizein interfaceorg.springframework.data.domain.Slice<T>
-
getNumberOfElements
public int getNumberOfElements()- Specified by:
getNumberOfElementsin interfaceorg.springframework.data.domain.Slice<T>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceorg.springframework.data.domain.Slice<T>
-
isFirst
public boolean isFirst()- Specified by:
isFirstin interfaceorg.springframework.data.domain.Slice<T>
-
nextPageable
public org.springframework.data.domain.Pageable nextPageable()- Specified by:
nextPageablein interfaceorg.springframework.data.domain.Slice<T>
-
previousPageable
public org.springframework.data.domain.Pageable previousPageable()- Specified by:
previousPageablein interfaceorg.springframework.data.domain.Slice<T>
-
hasContent
public boolean hasContent()- Specified by:
hasContentin interfaceorg.springframework.data.domain.Slice<T>
-
getContent
- Specified by:
getContentin interfaceorg.springframework.data.domain.Slice<T>
-
getPageable
public org.springframework.data.domain.Pageable getPageable()- Specified by:
getPageablein interfaceorg.springframework.data.domain.Slice<T>
-
getSort
public org.springframework.data.domain.Sort getSort()- Specified by:
getSortin interfaceorg.springframework.data.domain.Slice<T>
-
iterator
-
getConvertedContent
-