public class UserBeanListWrapper extends PagedListWrapper<UserBean,ApplicationUser>
PagedListWrapper.PagedListWrapperDocExample<T,Z>
endIndex, size, startIndex
Constructor and Description |
---|
UserBeanListWrapper(JiraBaseUrls jiraBaseUrls,
com.atlassian.jira.rest.v2.search.UserListResolver userListResolver,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
UserBean |
fromBackedObject(ApplicationUser user) |
int |
getBackingListSize() |
List<ApplicationUser> |
getOrderedList(int startIndex,
int endIndex) |
getCallback, getItems, getMaxResults, getPagingCallback, getSize
public UserBeanListWrapper(JiraBaseUrls jiraBaseUrls, com.atlassian.jira.rest.v2.search.UserListResolver userListResolver, int maxResults)
public UserBean fromBackedObject(ApplicationUser user)
fromBackedObject
in class PagedListWrapper<UserBean,ApplicationUser>
public int getBackingListSize()
getBackingListSize
in class PagedListWrapper<UserBean,ApplicationUser>
public List<ApplicationUser> getOrderedList(int startIndex, int endIndex)
getOrderedList
in class PagedListWrapper<UserBean,ApplicationUser>
Copyright © 2002-2021 Atlassian. All Rights Reserved.