| 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.xml |
Contains Organization Model classes.
|
| org.bonitasoft.engine.service |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<ExportedRole> |
Organization.getRoles() |
| Constructor and Description |
|---|
Organization(List<ExportedUser> users,
List<ExportedRole> roles,
List<ExportedGroup> groups,
List<ExportedUserMembership> memberships,
List<ExportedCustomUserInfoDefinition> customUserInfoDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExportedRole> |
ModelConvertor.toExportedRoles(List<SRole> sRoles) |
| Modifier and Type | Method and Description |
|---|---|
static SRole |
ModelConvertor.constructSRole(ExportedRole exportedRole) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.