Package org.flowable.ui.idm.service
Interface GroupService
-
- All Known Implementing Classes:
GroupServiceImpl
public interface GroupService- Author:
- Joram Barre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddGroupMember(String groupId, String userId)longcountTotalGroupUsers(String groupId, String filter, Integer page, Integer pageSize)org.flowable.idm.api.GroupcreateNewGroup(String id, String name, String type)voiddeleteGroup(String groupId)voiddeleteGroupMember(String groupId, String userId)org.flowable.idm.api.GroupgetGroup(String groupId)List<org.flowable.idm.api.Group>getGroups(String filter)List<org.flowable.idm.api.Group>getGroupsForUser(String userId)List<org.flowable.idm.api.User>getGroupUsers(String groupId, String filter, Integer page, Integer pageSize)org.flowable.idm.api.GroupupdateGroupName(String groupId, String name)
-
-
-
Method Detail
-
getGroup
org.flowable.idm.api.Group getGroup(String groupId)
-
getGroupUsers
List<org.flowable.idm.api.User> getGroupUsers(String groupId, String filter, Integer page, Integer pageSize)
-
countTotalGroupUsers
long countTotalGroupUsers(String groupId, String filter, Integer page, Integer pageSize)
-
deleteGroup
void deleteGroup(String groupId)
-
-