com.atlassian.jira.bc.issue
Class IssueService.DeleteValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
          extended by 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.


Constructor Summary
IssueService.DeleteValidationResult(MutableIssue issue, ErrorCollection errors)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
getIssue
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueService.DeleteValidationResult

public IssueService.DeleteValidationResult(MutableIssue issue,
                                           ErrorCollection errors)


Copyright © 2002-2012 Atlassian. All Rights Reserved.