public class ImportOrganizationIgnoreDuplicatesStrategy extends java.lang.Object implements ImportOrganizationStrategy
| Constructor and Description |
|---|
ImportOrganizationIgnoreDuplicatesStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundExistingCustomUserInfoDefinition(SCustomUserInfoDefinition existingUserInfoDefinition,
ExportedCustomUserInfoDefinition newUserInfoDefinition) |
void |
foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
foundExistingMembership(SUserMembership existingMembership) |
void |
foundExistingRole(SRole existingRole,
ExportedRole newRole) |
void |
foundExistingUser(SUser existingUser,
ExportedUser user) |
public ImportOrganizationIgnoreDuplicatesStrategy()
public void foundExistingGroup(SGroup existingGroup, ExportedGroup newGroup)
foundExistingGroup in interface ImportOrganizationStrategypublic void foundExistingUser(SUser existingUser, ExportedUser user)
foundExistingUser in interface ImportOrganizationStrategypublic void foundExistingRole(SRole existingRole, ExportedRole newRole)
foundExistingRole in interface ImportOrganizationStrategypublic void foundExistingMembership(SUserMembership existingMembership)
foundExistingMembership in interface ImportOrganizationStrategypublic void foundExistingCustomUserInfoDefinition(SCustomUserInfoDefinition existingUserInfoDefinition, ExportedCustomUserInfoDefinition newUserInfoDefinition)
foundExistingCustomUserInfoDefinition in interface ImportOrganizationStrategy