Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core.util
Interface PaginableDocumentModelList

All Superinterfaces:
Collection<DocumentModel>, DocumentModelList, Iterable<DocumentModel>, List<DocumentModel>, Serializable
All Known Implementing Classes:
PaginableDocumentModelListImpl

public interface PaginableDocumentModelList
extends DocumentModelList

Author:
Bogdan Stefanescu

Method Summary
 long getCurrentPageIndex()
           
 long getNumberOfPages()
           
 long getPageSize()
           
 
Methods inherited from interface org.nuxeo.ecm.core.api.DocumentModelList
totalSize
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getCurrentPageIndex

long getCurrentPageIndex()

getPageSize

long getPageSize()

getNumberOfPages

long getNumberOfPages()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.