public interface ImportOrganizationStrategy
| 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) |
void foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) throws ImportDuplicateInOrganizationException
void foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole, ExportedRole newRole) throws ImportDuplicateInOrganizationException, SIdentityException
void foundExistingUser(org.bonitasoft.engine.identity.model.SUser existingUser, ExportedUser user) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionvoid foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup, ExportedGroup newGroup) throws ImportDuplicateInOrganizationException, SIdentityException
void foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition, ExportedCustomUserInfoDefinition newUserInfoDefinition) throws ImportDuplicateInOrganizationException, SIdentityException
Copyright © 2017 Bonitasoft S.A.. All rights reserved.