com.atlassian.jira.user
Interface UserDeleteVeto

All Known Implementing Classes:
MockUserDeleteVeto, UserDeleteVetoImpl

@Internal
public interface UserDeleteVeto

Service that can decide whether a user can be deleted or not. 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).

Since:
v6.1

Method Summary
 boolean allowDeleteUser(com.atlassian.crowd.embedded.api.User user)
           
 long getCommentCountByAuthor(ApplicationUser user)
           
 

Method Detail

allowDeleteUser

boolean allowDeleteUser(com.atlassian.crowd.embedded.api.User user)

getCommentCountByAuthor

long getCommentCountByAuthor(ApplicationUser user)


Copyright © 2002-2014 Atlassian. All Rights Reserved.