com.atlassian.jira.rest.api.expand
Class PagedListWrapper.PagedListWrapperDocExample<T,Z>

java.lang.Object
  extended by com.atlassian.jira.rest.api.expand.PagedListWrapper<T,Z>
      extended by com.atlassian.jira.rest.api.expand.PagedListWrapper.PagedListWrapperDocExample<T,Z>
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<T>
Enclosing class:
PagedListWrapper<T,Z>

public static class PagedListWrapper.PagedListWrapperDocExample<T,Z>
extends PagedListWrapper<T,Z>

This class is for documentation purpose only, do not use it.


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
PagedListWrapper.PagedListWrapperDocExample(int maxResults, int startIndex, int endIndex, Collection<T> items)
           
 
Method Summary
 T fromBackedObject(Z backedObject)
           
 int getBackingListSize()
           
 List<Z> getOrderedList(int startIndex, int endIndex)
           
 
Methods inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
getCallback, getMaxResults, getPagingCallback, getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagedListWrapper.PagedListWrapperDocExample

public PagedListWrapper.PagedListWrapperDocExample(int maxResults,
                                                   int startIndex,
                                                   int endIndex,
                                                   Collection<T> items)
Method Detail

fromBackedObject

public T fromBackedObject(Z backedObject)
Specified by:
fromBackedObject in class PagedListWrapper<T,Z>

getBackingListSize

public int getBackingListSize()
Specified by:
getBackingListSize in class PagedListWrapper<T,Z>

getOrderedList

public List<Z> getOrderedList(int startIndex,
                              int endIndex)
Specified by:
getOrderedList in class PagedListWrapper<T,Z>


Copyright © 2002-2014 Atlassian. All Rights Reserved.