| Package | Description |
|---|---|
| org.bonitasoft.engine.identity |
Manages information about an organization, that is, the set of users who can act in processes.
|
| org.bonitasoft.engine.identity.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
IdentityService.deleteChildrenGroup(long groupId)
delete children groups of the given group if there is some
|
void |
IdentityService.deleteGroup(long groupId)
Delete the id specified group
|
SGroup |
IdentityService.getGroup(long groupId)
Get
SGroup by its identifier |
SGroup |
IdentityService.getGroupByPath(String groupPath)
Get the
SGroup by its path |
List<SGroup> |
IdentityService.getGroups(List<Long> groupIds)
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
IdentityServiceImpl.deleteChildrenGroup(long groupId) |
void |
IdentityServiceImpl.deleteGroup(long groupId) |
SGroup |
IdentityServiceImpl.getGroup(long groupId) |
SGroup |
IdentityServiceImpl.getGroupByPath(String groupPath) |
List<SGroup> |
IdentityServiceImpl.getGroups(List<Long> groupIds) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.