Interface ListPage<E>

    • Method Detail

      • getPage

        default List<E> getPage()
        Specified by:
        getPage in interface org.alfresco.query.PagingResults<E>
      • getTotalResultCount

        default Pair<Integer,​Integer> getTotalResultCount()
        Specified by:
        getTotalResultCount in interface org.alfresco.query.PagingResults<E>
      • of

        static <E> CollectionWithPagingInfo<E> of​(List<? extends E> list,
                                                  Paging paging)
        Builds a collection with paging information.
        Type Parameters:
        E - - list element type
        Parameters:
        list - - the list that needs to be paged
        paging - - paging request info
        Returns:
        list page in CollectionWithPagingInfo