superSel.addSelection(entry.getValue());
worksheet.getSelectionManager().addSelection(entry.getValue());
}
WorksheetUpdateFactory.detectSelectionStatusChange(worksheetId, workspace, this);
UpdateContainer uc = WorksheetUpdateFactory.createWorksheetHierarchicalAndCleaningResultsUpdates(worksheetId, superSel);
uc.add(new WorksheetSuperSelectionListUpdate(worksheetId));
return uc;
}