public interface GroupService
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupMember(String groupId,
String userId) |
long |
countTotalGroupUsers(String groupId,
String filter,
Integer page,
Integer pageSize) |
org.flowable.idm.api.Group |
createNewGroup(String id,
String name,
String type) |
void |
deleteGroup(String groupId) |
void |
deleteGroupMember(String groupId,
String userId) |
org.flowable.idm.api.Group |
getGroup(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.Group |
updateGroupName(String groupId,
String name) |
org.flowable.idm.api.Group getGroup(String groupId)
List<org.flowable.idm.api.User> getGroupUsers(String groupId, String filter, Integer page, Integer pageSize)
long countTotalGroupUsers(String groupId, String filter, Integer page, Integer pageSize)
void deleteGroup(String groupId)
Copyright © 2021 Flowable. All rights reserved.