| 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.deleteRole(long roleId)
Delete the id specified role
|
SRole |
IdentityService.getRole(long roleId)
Gets the
SRole given by its identifier. |
SRole |
IdentityService.getRoleByName(String roleName)
Get the
SRole given by its name. |
List<SRole> |
IdentityService.getRoles(List<Long> roleIds)
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.deleteRole(long roleId) |
SRole |
IdentityServiceImpl.getRole(long roleId) |
SRole |
IdentityServiceImpl.getRoleByName(String roleName) |
List<SRole> |
IdentityServiceImpl.getRoles(List<Long> roleIds) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.