Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Interface DocumentModelList

All Superinterfaces:
java.util.Collection<DocumentModel>, java.lang.Iterable<DocumentModel>, java.util.List<DocumentModel>, java.io.Serializable
All Known Implementing Classes:
CachingDocumentList, DocumentChildrenList, DocumentModelListImpl

public interface DocumentModelList
extends java.util.List<DocumentModel>, java.io.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.