public class PaginableDocumentModelListImpl extends PaginablePageProvider<DocumentModel> implements PaginableDocumentModelList
PageProvider as a DocumentList| Modifier and Type | Field and Description |
|---|---|
protected String |
documentLinkBuilder |
pageProvidermodCount| Constructor and Description |
|---|
PaginableDocumentModelListImpl(org.nuxeo.ecm.platform.query.api.PageProvider<DocumentModel> provider) |
PaginableDocumentModelListImpl(org.nuxeo.ecm.platform.query.api.PageProvider<DocumentModel> provider,
String documentLinkBuilder)
Creates a
PaginableDocumentModelListImpl with more display
information. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentLinkBuilder() |
org.nuxeo.ecm.platform.query.api.PageProvider<DocumentModel> |
getProvider() |
long |
totalSize() |
getAggregates, getCurrentPageIndex, getCurrentPageSize, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageSize, getResultsCount, hasAggregateSupport, hasError, isLastPageAvailable, isNextPageAvailable, isPreviousPageAvailable, isSortableadd, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetAggregates, getCurrentPageIndex, getCurrentPageSize, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageSize, getResultsCount, hasAggregateSupport, hasError, isLastPageAvailable, isNextPageAvailable, isPreviousPageAvailable, isSortableadd, 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, toArrayparallelStream, removeIf, streamprotected String documentLinkBuilder
public PaginableDocumentModelListImpl(org.nuxeo.ecm.platform.query.api.PageProvider<DocumentModel> provider)
public PaginableDocumentModelListImpl(org.nuxeo.ecm.platform.query.api.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 org.nuxeo.ecm.platform.query.api.PageProvider<DocumentModel> getProvider()
public String getDocumentLinkBuilder()
getDocumentLinkBuilder in interface PaginableDocumentModelListpublic long totalSize()
totalSize in interface DocumentModelListCopyright © 2019 Nuxeo SA. All rights reserved.