static L ai_getWebs(S id) { ret possibleGlobalID(id) ? allWebsByID().get(asGlobalID(id)) : emptyList(); } static Web ai_getWeb(GlobalID id) { ret id == null ? emptyList() : allWebsByID().get(id); }