| Package | Description |
|---|---|
| org.flowable.idm.api |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdmIdentityService.newGroup(String groupId)
Creates a new group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
IdmIdentityService.getGroupsWithPrivilege(String privilegeId)
Returns all
Group instances that have a particular privilege. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmIdentityService.saveGroup(Group group)
Saves the group.
|
Copyright © 2020 Flowable. All rights reserved.