com.atlassian.jira.bc.issue
Class IssueService.UpdateValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueService.UpdateValidationResult
public IssueService.UpdateValidationResult(MutableIssue issue,
ErrorCollection errors,
Map<String,Object> fieldValuesHolder)
getFieldValuesHolder
public Map<String,Object> getFieldValuesHolder()
- Returns:
- can be used by the JIRA fields to re-render the inputted values.
Copyright © 2002-2012 Atlassian. All Rights Reserved.