org.bonitasoft.engine.identity.xml
public interface ImportOrganizationStrategy
| Modifier and Type | Method and Description |
|---|---|
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 ImportDuplicateInOrganizationException, SIdentityException
void foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup, GroupCreator newGroup) throws ImportDuplicateInOrganizationException, SIdentityException
Copyright © 2014 Bonitasoft S.A.. All Rights Reserved.