| 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.foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
ExportedGroup newGroup) |
protected org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getGroupDescriptor(org.bonitasoft.engine.identity.model.SGroup existingGroup,
ExportedGroup exportedGroup) |
| Modifier and Type | Method and Description |
|---|---|
List<ExportedGroup> |
Organization.getGroups() |
| 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<ExportedGroup> |
ModelConvertor.toExportedGroups(List<org.bonitasoft.engine.identity.model.SGroup> sGroups) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.identity.model.SGroup |
ModelConvertor.constructSGroup(ExportedGroup exportedGroup) |
Copyright © 2017 Bonitasoft S.A.. All rights reserved.