Interface DocumentModelList

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

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 Details

    • totalSize

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