| 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 |
|---|---|
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 user) |
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 |
|---|---|
static XMLNode |
OrganizationNodeBuilder.getDocument(List<ExportedUser> users,
Map<Long,String> userNames,
List<Group> groups,
Map<Long,String> groupIdParentPath,
List<Role> roles,
List<UserMembership> userMemberships) |
| Constructor and Description |
|---|
Organization(List<ExportedUser> users,
List<RoleCreator> roles,
List<GroupCreator> groups,
List<UserMembership> memberships) |
| Modifier and Type | Method and Description |
|---|---|
static ExportedUser |
ModelConvertor.toExportedUser(org.bonitasoft.engine.identity.model.SUser sUser,
org.bonitasoft.engine.identity.model.SContactInfo persoInfo,
org.bonitasoft.engine.identity.model.SContactInfo proInfo,
String managerUserName) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.identity.model.SUser |
ModelConvertor.constructSUser(ExportedUser newUser) |
static org.bonitasoft.engine.identity.model.SContactInfo |
ModelConvertor.constructSUserContactInfo(ExportedUser user,
boolean isPersonal,
long userId) |
Copyright © 2014 BonitaSoft. All Rights Reserved.