Package com.atlassian.confluence.core
Interface ListBuilderCallback<T>
-
- All Known Implementing Classes:
SingleListBuilderCallback
public interface ListBuilderCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAvailableSize()
List<T>
getElements(int offset, int maxResults)
-