public class ReferencePreDeleteUserErrors extends Object implements PreDeleteUserErrors
Constructor and Description |
---|
ReferencePreDeleteUserErrors() |
Modifier and Type | Method and Description |
---|---|
List<WebErrorMessage> |
getPreDeleteUserErrors(ApplicationUser user)
This will be called when a user is about to be deleted.
|
public List<WebErrorMessage> getPreDeleteUserErrors(ApplicationUser user)
PreDeleteUserErrors
WebErrorMessage
will prevent the user from being deleted.getPreDeleteUserErrors
in interface PreDeleteUserErrors
user
- that is being considered for deletionWebErrorMessage
about to the provided userCopyright © 2002-2018 Atlassian. All Rights Reserved.