@Deprecated public abstract class FacetedPageImpl<T> extends PageImpl<T> implements FacetedPage<T>, AggregatedPage<T>
| Constructor and Description |
|---|
FacetedPageImpl(List<T> content)
Deprecated.
|
FacetedPageImpl(List<T> content,
Pageable pageable,
long total)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected <U> List<U> |
getConvertedContent(Function<? super T,? extends U> arg0) |
FacetResult |
getFacet(String name)
Deprecated.
|
List<FacetResult> |
getFacets()
Deprecated.
|
boolean |
hasFacets()
Deprecated.
|
equals, getTotalElements, getTotalPages, hashCode, hasNext, isLast, map, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAggregation, getAggregations, hasAggregationsgetScrollIdgetMaxScoreempty, empty, getTotalElements, getTotalPages, mapgetContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageableand, and, and, and, filter, flatMap, get, isEmpty, of, of, of, stream, toList, toSet, toStreamable, toStreamableforEach, iterator, spliteratorpublic boolean hasFacets()
hasFacets in interface FacetedPage<T>public List<FacetResult> getFacets()
getFacets in interface FacetedPage<T>public FacetResult getFacet(String name)
getFacet in interface FacetedPage<T>Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.