Class DocumentRefListImpl

    • Constructor Detail

      • DocumentRefListImpl

        public DocumentRefListImpl​(List<DocumentRef> list,
                                   long totalSize)
        Constructs a DocumentModelListImpl and sets the "total size" information.

        The total size is additional information that can be provided in some cases where the list returned is a slice of a bigger list, this is used when getting paged results from a database for instance.

        Parameters:
        list - the list of documents
        totalSize - the total size, with -1 meaning "same as the list's size"