Uses of Interface
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback

Packages that use ListWrapperCallback
com.atlassian.plugins.rest.common.expand.entity   
 

Uses of ListWrapperCallback in com.atlassian.plugins.rest.common.expand.entity
 

Methods in com.atlassian.plugins.rest.common.expand.entity that return ListWrapperCallback
 ListWrapperCallback<T> ListWrapper.getCallback()
           
 ListWrapperCallback<T> AbstractPagedListWrapper.getCallback()
           
abstract  ListWrapperCallback<T> AbstractPagedListWrapper.getPagingCallback()
          Gets the call back that will actually "retrieve" the necessary element to populate the List.
static
<T> ListWrapperCallback<T>
ListWrapperCallBacks.identity(java.util.List<T> items)
           
static
<T> ListWrapperCallback<T>
ListWrapperCallBacks.ofList(java.util.List<T> items)
           
static
<T> ListWrapperCallback<T>
ListWrapperCallBacks.ofList(java.util.List<T> items, int maxResults)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.