com.atlassian.confluence.user
Class UsernameToUserTranslatingPaginationSupport
java.lang.Object
bucket.core.actions.PaginationSupport
com.atlassian.confluence.user.UsernameToUserTranslatingPaginationSupport
- All Implemented Interfaces:
- PaginationSupport
public class UsernameToUserTranslatingPaginationSupport
- extends PaginationSupport
A special pagination support class to translate results of membership search to user objects.
Methods inherited from class bucket.core.actions.PaginationSupport |
getCountOnEachPage, getEndIndex, getItems, getNextIndex, getNextStartIndex, getNextStartIndexes, getNiceEndIndex, getNiceStartIndex, getPageSize, getPreviousIndex, getPreviousStartIndex, getPreviousStartIndexes, getStartIndex, getStartIndexValue, getTotal, setItems, setPageSize, setStartIndex, setTotal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameToUserTranslatingPaginationSupport
public UsernameToUserTranslatingPaginationSupport(int pageSize,
int startIndexValue)
- A special pagination support class to translate results of membership search to user objects.
- Parameters:
pageSize
- Number of results to display on each pagestartIndexValue
- Make sure you use the getStartIndexValue() to re-instate this value, and not getStartIndex()
getPage
public List getPage()
- Specified by:
getPage
in interface PaginationSupport
- Overrides:
getPage
in class PaginationSupport
setUserAccessor
public void setUserAccessor(UserAccessor userAccessor)