Interface DocumentRefList

All Superinterfaces:
Collection<DocumentRef>, Iterable<DocumentRef>, List<DocumentRef>, Serializable
All Known Implementing Classes:
DocumentRefCollector, DocumentRefListImpl

public interface DocumentRefList extends List<DocumentRef>, Serializable
A serializable list of document references. Use this instead of List<DocumentRef> when a list of document references should be returned.

This object is type safe and can help services which need to dynamically discover which type of object is returned. (see operation framework for this)

This class is the equivalent of DocumentModelList but for document references.

Author:
Bogdan Stefanescu
  • Method Details

    • totalSize

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