public interface ImportOrganizationStrategy
| 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) |
void foundExistingMembership(SUserMembership existingMembership) throws ImportDuplicateInOrganizationException
void foundExistingRole(SRole existingRole, ExportedRole newRole) throws ImportDuplicateInOrganizationException, SIdentityException
void foundExistingUser(SUser existingUser, ExportedUser user) throws SBonitaException
SBonitaExceptionvoid foundExistingGroup(SGroup existingGroup, ExportedGroup newGroup) throws ImportDuplicateInOrganizationException, SIdentityException
void foundExistingCustomUserInfoDefinition(SCustomUserInfoDefinition existingUserInfoDefinition, ExportedCustomUserInfoDefinition newUserInfoDefinition) throws ImportDuplicateInOrganizationException, SIdentityException