public class PreDeleteUserErrorsManagerImpl extends Object implements PreDeleteUserErrorsManager
Constructor and Description |
---|
PreDeleteUserErrorsManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.plugin.event.PluginEventManager pluginEventManager) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<WebErrorMessage> |
getWarnings(ApplicationUser user)
Handles the collecting all the
WebErrorMessage for the pre-delete-user-errors plugin point |
public PreDeleteUserErrorsManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
public com.google.common.collect.ImmutableList<WebErrorMessage> getWarnings(ApplicationUser user)
PreDeleteUserErrorsManager
WebErrorMessage
for the pre-delete-user-errors plugin pointgetWarnings
in interface PreDeleteUserErrorsManager
user
- that will be deletedWebErrorMessage
Copyright © 2002-2019 Atlassian. All Rights Reserved.