Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api
Interface DocumentModelList

All Superinterfaces:
Collection<DocumentModel>, Iterable<DocumentModel>, List<DocumentModel>, Serializable
All Known Subinterfaces:
PaginableDocumentModelList
All Known Implementing Classes:
DocumentModelCollector, DocumentModelListCollector, DocumentModelListImpl, PaginableDocumentModelListImpl

public interface DocumentModelList
extends List<DocumentModel>, Serializable

A serializable list of document models.

It may include information about which part of a bigger list it represents.

Author:
Bogdan Stefanescu, Florent Guillaume

Method Summary
 long totalSize()
          Returns the total size of the bigger list this is a part of.
 
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

totalSize

long totalSize()
Returns the total size of the bigger list this is a part of.

Returns:
the total size

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.