| 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 |
|---|---|
void |
IdentityService.deleteAllGroups()
Delete all groups for the connected tenant
|
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
|
void |
IdentityService.deleteGroup(SGroup group)
Delete the specific group
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.deleteAllGroups() |
List<Long> |
IdentityServiceImpl.deleteChildrenGroup(long groupId) |
void |
IdentityServiceImpl.deleteGroup(long groupId) |
void |
IdentityServiceImpl.deleteGroup(SGroup group) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.