@PublicSpi
public interface PreDeleteUserErrors
WebErrorMessage indicates the provided user should
not be deleted.| Modifier and Type | Method and Description |
|---|---|
List<WebErrorMessage> |
getPreDeleteUserErrors(ApplicationUser user)
This will be called when a user is about to be deleted.
|
List<WebErrorMessage> getPreDeleteUserErrors(ApplicationUser user)
WebErrorMessage will prevent the user from being deleted.user - that is being considered for deletionWebErrorMessage about to the provided userCopyright © 2002-2017 Atlassian. All Rights Reserved.