| Package | Description |
|---|---|
| org.bonitasoft.engine.identity | |
| org.bonitasoft.engine.identity.xml |
Contains Organization Model classes.
|
| org.bonitasoft.engine.service |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportOrganizationStrategy.foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
ExportedRole newRole) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
ExportedRole newRole) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
ExportedRole newRole) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
ExportedRole newRole) |
protected org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getRoleDescriptor(org.bonitasoft.engine.identity.model.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<org.bonitasoft.engine.identity.model.SRole> sRoles) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.identity.model.SRole |
ModelConvertor.constructSRole(ExportedRole exportedRole) |
Copyright © 2017 Bonitasoft S.A.. All rights reserved.