@Immutable public class PageableLoadedContexts extends java.lang.Object implements LoadedContexts
| Constructor and Description |
|---|
PageableLoadedContexts(java.util.List<Context> contexts,
int count) |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
asDataTable() |
java.util.List<Context> |
getContexts() |
LoadedContexts |
getPage(int offset,
int count) |
int |
getTotalCount() |
public PageableLoadedContexts(@Nonnull
java.util.List<Context> contexts,
int count)
public LoadedContexts getPage(int offset, int count) throws ContextException
getPage in interface LoadedContextsContextExceptionpublic DataTable asDataTable()
asDataTable in interface LoadedContextspublic int getTotalCount()
getTotalCount in interface LoadedContextspublic java.util.List<Context> getContexts()
getContexts in interface LoadedContexts