com.atlassian.jira.imports.project.validation
Interface UserMapperValidator

All Known Implementing Classes:
UserMapperValidatorImpl

public interface UserMapperValidator

Validates the required Users This validator makes sure that the Users that are required:

Since:
v3.13

Method Summary
 MessageSet validateMappings(I18nHelper i18nHelper, UserMapper userMapper)
          This validator makes sure that the Users that are required: exist in the current instance
 

Method Detail

validateMappings

MessageSet validateMappings(I18nHelper i18nHelper,
                            UserMapper userMapper)
This validator makes sure that the Users that are required:

Parameters:
i18nHelper - helper bean that allows us to get i18n translations
userMapper - is the populated UserMapper
Returns:
a MessageSet that will contain any generated errors (which should stop the import) or warnings (which should be displayed to the user). The error and warning collection's will be empty if all validation passes.


Copyright © 2002-2012 Atlassian. All Rights Reserved.