I read the document Activiti UserGuide
In chapter 8.8. Process Initiation Authorization
List<Group> authorizedGroups = identityService().createGroupQuery().potentialStarter("processDefinitionId").list();
but In Activiti 7.0, GroupQuery does not have the method potentialStarter, how can I query processdefinition initiated by some groups?