public class PaginableDocumentModelListImpl extends PaginablePageProvider<DocumentModel> implements PaginableDocumentModelList
PageProvider
as a DocumentList
Modifier and Type | Field and Description |
---|---|
protected String |
documentLinkBuilder |
pageProvider
modCount
CODEC_PARAMETER_NAME
Constructor and Description |
---|
PaginableDocumentModelListImpl(PageProvider<DocumentModel> provider) |
PaginableDocumentModelListImpl(PageProvider<DocumentModel> provider,
String documentLinkBuilder)
Creates a
PaginableDocumentModelListImpl with more display information. |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentLinkBuilder()
Returns the name of what will be used to compute the document URLs, usually a codec name.
|
PageProvider<DocumentModel> |
getProvider() |
long |
totalSize()
Returns the total size of the bigger list this is a part of.
|
getActiveQuickFilters, getAggregates, getAvailableQuickFilters, getCurrentPageIndex, getCurrentPageOffset, getCurrentPageSize, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageSize, getResultsCount, getResultsCountLimit, hasAggregateSupport, hasError, isLastPageAvailable, isNextPageAvailable, isPreviousPageAvailable, isSortable
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getActiveQuickFilters, getAggregates, getAvailableQuickFilters, getCurrentPageIndex, getCurrentPageOffset, getCurrentPageSize, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageSize, getResultsCount, getResultsCountLimit, hasAggregateSupport, hasError, isLastPageAvailable, isNextPageAvailable, isPreviousPageAvailable, isSortable
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
protected String documentLinkBuilder
public PaginableDocumentModelListImpl(PageProvider<DocumentModel> provider)
public PaginableDocumentModelListImpl(PageProvider<DocumentModel> provider, String documentLinkBuilder)
PaginableDocumentModelListImpl
with more display information.documentLinkBuilder
- the name of what will be used to compute the document URLs, usually a codec name.public PageProvider<DocumentModel> getProvider()
public String getDocumentLinkBuilder()
PaginableDocumentModelList
getDocumentLinkBuilder
in interface PaginableDocumentModelList
public long totalSize()
DocumentModelList
totalSize
in interface DocumentModelList
Copyright © 2018 Nuxeo. All rights reserved.