public class FilteredWorklist extends WorklistAdapter
Modifier and Type | Class and Description |
---|---|
static class |
FilteredWorklist.FilterMode |
Modifier and Type | Field and Description |
---|---|
protected Triple<FilteredWorklist.FilterMode,Boolean,List<Persistent>> |
config |
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
FilteredWorklist() |
Modifier and Type | Method and Description |
---|---|
List<ActivityInstance> |
getList(List<ActivityInstance> ais)
Filter the worklist items.
|
void |
init(HttpServletRequest req,
WorklistDescription wl,
User u)
You can init your class with the request.
|
static void |
resetForNode(String nodeid)
Remove the cached structure for an id.
|
init, modifyColumns, modifyTableHeader, modifyTableLine, modifyTableLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalData, getHTMLPage, getTitle, lineStyle, listFilters
protected static final org.slf4j.Logger logger
protected Triple<FilteredWorklist.FilterMode,Boolean,List<Persistent>> config
public void init(HttpServletRequest req, WorklistDescription wl, User u)
Worklist
init
in interface Worklist
init
in class WorklistAdapter
req
- the request; may be null when called from notification threadswl
- the worklist descriptionu
- the userpublic static void resetForNode(String nodeid)
public List<ActivityInstance> getList(List<ActivityInstance> ais)
@enterprise 10.0.38798 Copyright © 2001-2024 Groiss Informatics GmbH. All Rights Reserved.