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