コード例 #1
0
 public Group getGroupById(String groupId) {
   return taskIdentityService.getGroupById(groupId);
 }