Class IssueService.DeleteValidationResult

All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
IssueService

public static class IssueService.DeleteValidationResult extends IssueService.IssueValidationResult
A simple object that holds the information about validating a delete issue operation. This object should not be constructed directly, you should invoke the IssueService.validateDelete(ApplicationUser, Long) method to obtain this.
See Also: