com.atlassian.jira.plugin.user
Class PreDeleteUserErrorsManagerImpl

java.lang.Object
  extended by com.atlassian.jira.plugin.user.PreDeleteUserErrorsManagerImpl
All Implemented Interfaces:
PreDeleteUserErrorsManager

public class PreDeleteUserErrorsManagerImpl
extends Object
implements PreDeleteUserErrorsManager

Since:
6.0

Constructor Summary
PreDeleteUserErrorsManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreDeleteUserErrorsManagerImpl

public PreDeleteUserErrorsManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                      com.atlassian.plugin.event.PluginEventManager pluginEventManager)
Method Detail

getWarnings

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

Specified by:
getWarnings in interface PreDeleteUserErrorsManager
Parameters:
user - that will be deleted
Returns:
list containing all plugin provided WebErrorMessage


Copyright © 2002-2014 Atlassian. All Rights Reserved.