public class ArchivedListQuery extends AbstractLazyLoadingQuery
LazyLoadingQuery for the Archived tasks page.| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected String |
userId |
lazyLoadingContainer| Constructor and Description |
|---|
ArchivedListQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected HistoricTaskInstanceQuery |
createQuery() |
List<com.vaadin.data.Item> |
loadItems(int start,
int count) |
com.vaadin.data.Item |
loadSingleResult(String id) |
void |
setSorting(Object[] propertyIds,
boolean[] ascending) |
int |
size() |
setLazyLoadingContainerprotected String userId
protected transient HistoryService historyService
public int size()
public List<com.vaadin.data.Item> loadItems(int start, int count)
public com.vaadin.data.Item loadSingleResult(String id)
public void setSorting(Object[] propertyIds, boolean[] ascending)
protected HistoricTaskInstanceQuery createQuery()
Copyright © 2016 Alfresco. All rights reserved.