Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.model
Class PaginableDocuments

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Document>
              extended by org.nuxeo.ecm.automation.client.jaxrs.model.Documents
                  extended by org.nuxeo.ecm.automation.client.jaxrs.model.PaginableDocuments
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Document>, Collection<Document>, List<Document>, RandomAccess, OperationInput

public class PaginableDocuments
extends Documents

Author:
matic
See Also:
Serialized Form

Constructor Summary
PaginableDocuments(int size, int totalSize, int pageSize, int pageCount, int pageIndex)
           
 
Method Summary
 int getPageCount()
           
 int getPageIndex()
           
 int getPageSize()
           
 int getTotalSize()
           
 
Methods inherited from class org.nuxeo.ecm.automation.client.jaxrs.model.Documents
dump, getInputRef, getInputType, isBinary, toString
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

PaginableDocuments

public PaginableDocuments(int size,
                          int totalSize,
                          int pageSize,
                          int pageCount,
                          int pageIndex)
Parameters:
size -
Method Detail

getTotalSize

public int getTotalSize()

getPageSize

public int getPageSize()

getPageCount

public int getPageCount()

getPageIndex

public int getPageIndex()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.