com.atlassian.jira.plugin.user
Interface PreDeleteUserErrorsManager

All Known Implementing Classes:
PreDeleteUserErrorsManagerImpl

public interface PreDeleteUserErrorsManager

Since:
v6.0

Method Summary
 com.google.common.collect.ImmutableList<WebErrorMessage> getWarnings(com.atlassian.crowd.embedded.api.User user)
          Handles the collecting all the WebErrorMessage for the pre-delete-user-errors plugin point
 

Method Detail

getWarnings

com.google.common.collect.ImmutableList<WebErrorMessage> getWarnings(com.atlassian.crowd.embedded.api.User user)
Handles the collecting all the WebErrorMessage for the pre-delete-user-errors plugin point

Parameters:
user - that will be deleted
Returns:
list containing all plugin provided WebErrorMessage


Copyright © 2002-2013 Atlassian. All Rights Reserved.