public class ImportOrganizationFailOnDuplicatesStrategy extends Object implements ImportOrganizationStrategy
| Constructor and Description |
|---|
ImportOrganizationFailOnDuplicatesStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition,
CustomUserInfoDefinitionCreator newUserInfoDefinition) |
void |
foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
GroupCreator newGroup) |
void |
foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) |
void |
foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
RoleCreator newRole) |
void |
foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser,
ExportedUser user) |
public ImportOrganizationFailOnDuplicatesStrategy()
public void foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup, GroupCreator newGroup) throws ImportDuplicateInOrganizationException
foundExistingGroup in interface ImportOrganizationStrategyImportDuplicateInOrganizationExceptionpublic void foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser, ExportedUser user) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
foundExistingUser in interface ImportOrganizationStrategyorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole, RoleCreator newRole) throws ImportDuplicateInOrganizationException
foundExistingRole in interface ImportOrganizationStrategyImportDuplicateInOrganizationExceptionpublic void foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) throws ImportDuplicateInOrganizationException
foundExistingMembership in interface ImportOrganizationStrategyImportDuplicateInOrganizationExceptionpublic void foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition, CustomUserInfoDefinitionCreator newUserInfoDefinition) throws ImportDuplicateInOrganizationException
foundExistingCustomUserInfoDefinition in interface ImportOrganizationStrategyImportDuplicateInOrganizationExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.