Package org.alfresco.rest.api.impl
Class Util
java.lang.Object
org.alfresco.rest.api.impl.Util
- Author:
- steveglover, Jamal Kaabi-Mofrad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.alfresco.query.PagingRequest
getPagingRequest
(Paging paging) static <T> org.alfresco.query.PagingResults<T>
wrapPagingResults
(Paging paging, Collection<T> result)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getPagingRequest
-
wrapPagingResults
public static <T> org.alfresco.query.PagingResults<T> wrapPagingResults(Paging paging, Collection<T> result)
-