Package org.bonitasoft.engine.identity
Class ImportOrganizationIgnoreDuplicatesStrategy
java.lang.Object
org.bonitasoft.engine.identity.ImportOrganizationIgnoreDuplicatesStrategy
- All Implemented Interfaces:
ImportOrganizationStrategy
public class ImportOrganizationIgnoreDuplicatesStrategy
extends Object
implements ImportOrganizationStrategy
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfoundExistingCustomUserInfoDefinition(SCustomUserInfoDefinition existingUserInfoDefinition, org.bonitasoft.engine.identity.xml.ExportedCustomUserInfoDefinition newUserInfoDefinition) voidfoundExistingGroup(SGroup existingGroup, org.bonitasoft.engine.identity.xml.ExportedGroup newGroup) voidfoundExistingMembership(SUserMembership existingMembership) voidfoundExistingRole(SRole existingRole, org.bonitasoft.engine.identity.xml.ExportedRole newRole) voidfoundExistingUser(SUser existingUser, org.bonitasoft.engine.identity.xml.ExportedUser user) boolean
-
Constructor Details
-
ImportOrganizationIgnoreDuplicatesStrategy
public ImportOrganizationIgnoreDuplicatesStrategy()
-
-
Method Details
-
foundExistingGroup
public void foundExistingGroup(SGroup existingGroup, org.bonitasoft.engine.identity.xml.ExportedGroup newGroup) - Specified by:
foundExistingGroupin interfaceImportOrganizationStrategy
-
foundExistingUser
public void foundExistingUser(SUser existingUser, org.bonitasoft.engine.identity.xml.ExportedUser user) - Specified by:
foundExistingUserin interfaceImportOrganizationStrategy
-
foundExistingRole
public void foundExistingRole(SRole existingRole, org.bonitasoft.engine.identity.xml.ExportedRole newRole) - Specified by:
foundExistingRolein interfaceImportOrganizationStrategy
-
foundExistingMembership
- Specified by:
foundExistingMembershipin interfaceImportOrganizationStrategy
-
foundExistingCustomUserInfoDefinition
public void foundExistingCustomUserInfoDefinition(SCustomUserInfoDefinition existingUserInfoDefinition, org.bonitasoft.engine.identity.xml.ExportedCustomUserInfoDefinition newUserInfoDefinition) - Specified by:
foundExistingCustomUserInfoDefinitionin interfaceImportOrganizationStrategy
-
shouldSkipUpdateManagerOfExistingUser
public boolean shouldSkipUpdateManagerOfExistingUser()- Specified by:
shouldSkipUpdateManagerOfExistingUserin interfaceImportOrganizationStrategy- Returns:
- true if users that were already existing should have their manager set
-