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,
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 ImportOrganizationIgnoreDuplicatesStrategy()
public void foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup, GroupCreator 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, RoleCreator 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, CustomUserInfoDefinitionCreator newUserInfoDefinition)
foundExistingCustomUserInfoDefinition in interface ImportOrganizationStrategyCopyright © 2014 Bonitasoft S.A.. All rights reserved.