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
- 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(User, Long)
method to obtain this.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueService.DeleteValidationResult
public IssueService.DeleteValidationResult(MutableIssue issue,
ErrorCollection errors)
Copyright © 2002-2011 Atlassian. All Rights Reserved.