void |
ImportOrganizationStrategy.foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition,
CustomUserInfoDefinitionCreator newUserInfoDefinition) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition,
CustomUserInfoDefinitionCreator newUserInfoDefinition) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition,
CustomUserInfoDefinitionCreator newUserInfoDefinition) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingCustomUserInfoDefinition(org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition existingUserInfoDefinition,
CustomUserInfoDefinitionCreator newUserInfoDefinition) |
void |
ImportOrganizationStrategy.foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
GroupCreator newGroup) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingGroup(org.bonitasoft.engine.identity.model.SGroup existingGroup,
GroupCreator newGroup) |
void |
ImportOrganizationStrategy.foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingMembership(org.bonitasoft.engine.identity.model.SUserMembership existingMembership) |
void |
ImportOrganizationStrategy.foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
RoleCreator newRole) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingRole(org.bonitasoft.engine.identity.model.SRole existingRole,
RoleCreator newRole) |
Map<String,org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition> |
CustomUserInfoDefinitionImporter.importCustomUserInfoDefinitions(List<CustomUserInfoDefinitionCreator> userInfoDefinitionCreators) |