| 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 |
|---|---|
ExportedUser |
ExportedUserBuilder.done() |
protected ExportedUser |
ExportOrganization.toExportedUser(SUser sUser,
Map<Long,String> userInfoDefinitionNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportOrganizationStrategy.foundExistingUser(SUser existingUser,
ExportedUser user) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingUser(SUser existingUser,
ExportedUser userToImport) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingUser(SUser existingUser,
ExportedUser user) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingUser(SUser existingUser,
ExportedUser user) |
protected EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getUserContactInfoDescriptor(ExportedUser user,
boolean isPersonal) |
protected EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getUserDescriptor(ExportedUser user) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SUser> |
UserImporter.importUsers(List<ExportedUser> usersToImport) |
| Constructor and Description |
|---|
ExportedUserBuilder(ExportedUser user) |
| Modifier and Type | Method and Description |
|---|---|
List<ExportedUser> |
Organization.getUsers() |
| Constructor and Description |
|---|
ExportedUser(ExportedUser user) |
| 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 SContactInfo |
ModelConvertor.constructSUserContactInfo(ExportedUser user,
boolean isPersonal,
long userId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.