|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.crucible.spi.data.PreLoadedListWrapperCallback<T>
T
- public class PreLoadedListWrapperCallback<T>
Used to return ranges from a pre-populated list. When no ranges indexes are specified by the client, the entire list is returned.
Constructor Summary | |
---|---|
PreLoadedListWrapperCallback(java.util.List<T> list)
|
Method Summary | |
---|---|
java.util.List<T> |
getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreLoadedListWrapperCallback(java.util.List<T> list)
Method Detail |
---|
public java.util.List<T> getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes)
getItems
in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |