| Package | Description |
|---|---|
| org.bonitasoft.engine.api.impl.transaction.identity | |
| 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 | |
| org.bonitasoft.engine.identity.model.builder | |
| org.bonitasoft.engine.identity.model.builder.impl | |
| org.bonitasoft.engine.identity.model.impl | |
| org.bonitasoft.engine.identity.recorder | |
| org.bonitasoft.engine.search | |
| org.bonitasoft.engine.search.identity | |
| org.bonitasoft.engine.service |
| Modifier and Type | Method and Description |
|---|---|
List<SRole> |
GetRoles.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SRole |
IdentityService.getRole(long roleId)
Gets the
SRole given by its identifier. |
SRole |
IdentityService.getRoleByName(String roleName)
Get the
SRole given by its name. |
SRole |
IdentityService.updateRole(SRole role,
EntityUpdateDescriptor descriptor,
EntityUpdateDescriptor iconUpdater)
Update role according to the descriptor
|
| Modifier and Type | Method and Description |
|---|---|
List<SRole> |
IdentityService.getRoles(int fromIndex,
int numberOfRoles)
|
List<SRole> |
IdentityService.getRoles(int fromIndex,
int numberOfRoles,
String field,
OrderByType order)
|
List<SRole> |
IdentityService.getRoles(List<Long> roleIds)
|
List<SRole> |
IdentityService.searchRoles(QueryOptions options)
Search roles according to specific query options
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityService.createRole(SRole role,
String iconFilename,
byte[] iconContent)
Create role in DB for the given role
|
void |
IdentityService.deleteRole(SRole role)
Delete the specific role
|
void |
ImportOrganizationStrategy.foundExistingRole(SRole existingRole,
ExportedRole newRole) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingRole(SRole existingRole,
ExportedRole newRole) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingRole(SRole existingRole,
ExportedRole newRole) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingRole(SRole existingRole,
ExportedRole newRole) |
protected EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getRoleDescriptor(SRole existingRole,
ExportedRole exportedRole) |
SRole |
IdentityService.updateRole(SRole role,
EntityUpdateDescriptor descriptor,
EntityUpdateDescriptor iconUpdater)
Update role according to the descriptor
|
| Modifier and Type | Method and Description |
|---|---|
SRole |
IdentityServiceImpl.getRole(long roleId) |
SRole |
IdentityServiceImpl.getRoleByName(String roleName) |
SRole |
IdentityServiceImpl.updateRole(SRole role,
EntityUpdateDescriptor descriptor,
EntityUpdateDescriptor iconUpdater) |
| Modifier and Type | Method and Description |
|---|---|
List<SRole> |
IdentityServiceImpl.getRoles(int fromIndex,
int numberOfRoles) |
List<SRole> |
IdentityServiceImpl.getRoles(int fromIndex,
int numberOfRoles,
String field,
OrderByType order) |
List<SRole> |
IdentityServiceImpl.getRoles(List<Long> roleIds) |
List<SRole> |
IdentityServiceImpl.searchRoles(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.createRole(SRole role,
String iconFilename,
byte[] iconContent) |
void |
IdentityServiceImpl.deleteRole(SRole role) |
SRole |
IdentityServiceImpl.updateRole(SRole role,
EntityUpdateDescriptor descriptor,
EntityUpdateDescriptor iconUpdater) |
| Modifier and Type | Method and Description |
|---|---|
SRole |
SRoleBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SRole |
SRoleBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SRoleImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<SRole> |
SelectDescriptorBuilder.getRoleByName(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
AbstractRoleSearchEntity.convertToClientObjects(List<SRole> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SRole> |
SearchRoles.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
static SRole |
ModelConvertor.constructSRole(ExportedRole exportedRole) |
static SRole |
ModelConvertor.constructSRole(RoleCreator creator) |
| Modifier and Type | Method and Description |
|---|---|
static Role |
ModelConvertor.toRole(SRole sRole) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExportedRole> |
ModelConvertor.toExportedRoles(List<SRole> sRoles) |
static List<Role> |
ModelConvertor.toRoles(List<SRole> sRoles) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.