public interface ImportOrganizationStrategy
| 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) |
void foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) throws ImportDuplicateInOrganizationException
void foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole, RoleCreator 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, GroupCreator newGroup) throws ImportDuplicateInOrganizationException, SIdentityException
void foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition, CustomUserInfoDefinitionCreator newUserInfoDefinition) throws ImportDuplicateInOrganizationException, SIdentityException
Copyright © 2015 Bonitasoft S.A.. All rights reserved.