@Internal
public interface UserDeleteVeto
For example if a user is assigned to issues, then this account should not be deleted. If a user delete is vetoed, then the system should disable the account instead, but remember the details of the old account (display name and email address).
Modifier and Type | Method and Description |
---|---|
boolean |
allowDeleteUser(ApplicationUser user) |
long |
getCommentCountByAuthor(ApplicationUser user) |
boolean allowDeleteUser(ApplicationUser user)
long getCommentCountByAuthor(ApplicationUser user)
Copyright © 2002-2019 Atlassian. All Rights Reserved.