@override bool supports(String id) { if (id == "assignments") return true; if (id == "assignmentViews") return true; if (id == "workflows") return true; return false; }