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)
PreDeleteUserErrorsWebErrorMessage will prevent the user from being deleted.getPreDeleteUserErrors in interface PreDeleteUserErrorsuser - that is being considered for deletionWebErrorMessage about to the provided userCopyright © 2002-2021 Atlassian. All Rights Reserved.