◆ KnowledgeBaseList()
org.turro.dossier.kb.KnowledgeBaseList.KnowledgeBaseList |
( |
Collection |
collection, |
|
|
IContact |
contact |
|
) |
| |
Definition at line 34 of file KnowledgeBaseList.java.
36 Application app = Application.getApplication();
37 boolean show = app.isInRole(
"issue:show"),
38 all = app.isInRole(
"issue:all");
39 for(Object o : collection) {
40 IssueWrapper iw =
new IssueWrapper((Issue) o, contact);
41 if(iw.getIssue().isKnowledgeBase() || (show && (all || iw.isFullParticipant()))) {
The documentation for this class was generated from the following file: