public class ImportOrganizationIgnoreDuplicatesStrategy extends Object implements ImportOrganizationStrategy
| Constructor and Description |
|---|
ImportOrganizationIgnoreDuplicatesStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition,
ExportedCustomUserInfoDefinition newUserInfoDefinition) |
void |
foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
ExportedGroup newGroup) |
void |
foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) |
void |
foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
ExportedRole newRole) |
void |
foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser,
ExportedUser user) |
public ImportOrganizationIgnoreDuplicatesStrategy()
public void foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup, ExportedGroup newGroup)
foundExistingGroup in interface ImportOrganizationStrategypublic void foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser, ExportedUser user)
foundExistingUser in interface ImportOrganizationStrategypublic void foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole, ExportedRole newRole)
foundExistingRole in interface ImportOrganizationStrategypublic void foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership)
foundExistingMembership in interface ImportOrganizationStrategypublic void foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition, ExportedCustomUserInfoDefinition newUserInfoDefinition)
foundExistingCustomUserInfoDefinition in interface ImportOrganizationStrategyCopyright © 2017 Bonitasoft S.A.. All rights reserved.