com.atlassian.confluence.internal.pagination
Class SubListResponse

java.lang.Object
  extended by com.atlassian.confluence.internal.pagination.SubListResponse

public class SubListResponse
extends java.lang.Object

Creates PageResponses from input Lists and LimitedRequests.

Try not to use this class because it implies poor performance due to page limits NOT being applied in DB requests.


Constructor Summary
SubListResponse()
           
 
Method Summary
static
<T> PageResponse<T>
from(java.util.List<T> list, LimitedRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubListResponse

public SubListResponse()
Method Detail

from

public static <T> PageResponse<T> from(java.util.List<T> list,
                                       LimitedRequest request)


Copyright © 2003-2014 Atlassian. All Rights Reserved.