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

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.UpdateValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
IssueService

public static class IssueService.UpdateValidationResult
extends IssueService.IssueValidationResult

A simple object that holds the information about validating an update issue operation. This object should not be constructed directly, you should invoke the IssueService.validateUpdate(User, Long, com.atlassian.jira.issue.IssueInputParameters) method to obtain this.


Constructor Summary
IssueService.UpdateValidationResult(MutableIssue issue, ErrorCollection errors, Map<String,Object> fieldValuesHolder)
           
 
Method Summary
 Map<String,Object> getFieldValuesHolder()
           
 
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.UpdateValidationResult

public IssueService.UpdateValidationResult(MutableIssue issue,
                                           ErrorCollection errors,
                                           Map<String,Object> fieldValuesHolder)
Method Detail

getFieldValuesHolder

public Map<String,Object> getFieldValuesHolder()
Returns:
can be used by the JIRA fields to re-render the inputted values.


Copyright © 2002-2014 Atlassian. All Rights Reserved.