| Package | Description |
|---|---|
| org.bonitasoft.engine.identity | |
| org.bonitasoft.engine.identity.xml | |
| org.bonitasoft.engine.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ExportedUserImpl |
| Modifier and Type | Method and Description |
|---|---|
ExportedUser |
ExportedUserBuilder.done() |
| Constructor and Description |
|---|
ExportedUserImpl(ExportedUser user) |
| Modifier and Type | Method and Description |
|---|---|
protected ExportedUser |
ExportOrganization.toExportedUser(org.bonitasoft.engine.identity.model.SUser sUser,
Map<Long,String> userInfoDefinitionNames) |
| Modifier and Type | Method and Description |
|---|---|
List<ExportedUser> |
OrganizationCreator.getUsers() |
List<ExportedUser> |
Organization.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportOrganizationStrategy.foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser,
ExportedUser user) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser,
ExportedUser userToImport) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser,
ExportedUser user) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser,
ExportedUser user) |
protected org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getUserContactInfoDescriptor(ExportedUser user,
boolean isPersonal) |
protected org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getUserDescriptor(ExportedUser user) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.bonitasoft.engine.identity.model.SUser> |
UserImporter.importUsers(List<ExportedUser> usersToImport) |
| Constructor and Description |
|---|
Organization(List<ExportedUser> users,
List<Role> roles,
List<Group> groups,
List<UserMembership> memberships,
List<org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition> customUserInfoDefinitions) |
OrganizationCreator(List<ExportedUser> users,
List<RoleCreator> roles,
List<GroupCreator> groups,
List<UserMembership> memberships,
List<CustomUserInfoDefinitionCreator> customUserInfoDefinitionCreators) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.identity.model.SContactInfo |
ModelConvertor.constructSUserContactInfo(ExportedUser user,
boolean isPersonal,
long userId) |
Copyright © 2015 Bonitasoft S.A.. All rights reserved.