@Internal public interface

UserDeleteVeto

com.atlassian.jira.user.UserDeleteVeto
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

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).

Summary

Public Methods
boolean allowDeleteUser(ApplicationUser user)
long getCommentCountByAuthor(ApplicationUser user)

Public Methods

public boolean allowDeleteUser (ApplicationUser user)

public long getCommentCountByAuthor (ApplicationUser user)