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)
PreDeleteUserErrorsManagerWebErrorMessage for the pre-delete-user-errors plugin pointgetWarnings in interface PreDeleteUserErrorsManageruser - that will be deletedWebErrorMessageCopyright © 2002-2017 Atlassian. All Rights Reserved.