Class Util


  • public class Util
    extends java.lang.Object
    Author:
    steveglover, Jamal Kaabi-Mofrad
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.alfresco.query.PagingRequest getPagingRequest​(Paging paging)  
      static <T> org.alfresco.query.PagingResults<T> wrapPagingResults​(Paging paging, java.util.Collection<T> result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • getPagingRequest

        public static org.alfresco.query.PagingRequest getPagingRequest​(Paging paging)
      • wrapPagingResults

        public static <T> org.alfresco.query.PagingResults<T> wrapPagingResults​(Paging paging,
                                                                                java.util.Collection<T> result)