Package com.atlassian.jira.bc.issue
Class IssueService.DeleteValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
com.atlassian.jira.bc.issue.IssueService.DeleteValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- IssueService
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
getIssue
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
DeleteValidationResult
-