Package com.atlassian.jira.rest.v2.issue
Class UserJsonBeanListWrapper
java.lang.Object
com.atlassian.jira.rest.api.expand.PagedListWrapper<UserJsonBean,ApplicationUser>
com.atlassian.jira.rest.v2.issue.UserJsonBeanListWrapper
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<UserJsonBean>
Wraps a list of Users and pages over them
- Since:
- v6.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
PagedListWrapper.PagedListWrapperDocExample<T,
Z> -
Field Summary
Fields inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
endIndex, size, startIndex
-
Constructor Summary
ConstructorsConstructorDescriptionUserJsonBeanListWrapper
(int userCount, com.google.common.base.Supplier<List<ApplicationUser>> usersSupplier, int maxResults, ApplicationUser loggedInUser, UserBeanFactory userBeanFactory) -
Method Summary
Methods inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
getCallback, getItems, getMaxResults, getPagingCallback, getSize
-
Constructor Details
-
UserJsonBeanListWrapper
public UserJsonBeanListWrapper() -
UserJsonBeanListWrapper
public UserJsonBeanListWrapper(int userCount, com.google.common.base.Supplier<List<ApplicationUser>> usersSupplier, int maxResults, ApplicationUser loggedInUser, UserBeanFactory userBeanFactory)
-
-
Method Details
-
fromBackedObject
- Specified by:
fromBackedObject
in classPagedListWrapper<UserJsonBean,
ApplicationUser>
-
getBackingListSize
public int getBackingListSize()- Specified by:
getBackingListSize
in classPagedListWrapper<UserJsonBean,
ApplicationUser>
-
getOrderedList
- Specified by:
getOrderedList
in classPagedListWrapper<UserJsonBean,
ApplicationUser>
-