| 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 |
|---|---|
void |
ImportOrganizationStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
protected EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getGroupDescriptor(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<SGroup> sGroups) |
| Modifier and Type | Method and Description |
|---|---|
static SGroup |
ModelConvertor.constructSGroup(ExportedGroup exportedGroup) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.