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

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

public static class IssueService.CreateValidationResult
extends IssueService.IssueValidationResult

A simple object that holds the information about validating a create issue operation. This object should not be constructed directly, you should invoke the IssueService.validateCreate(User, IssueInputParameters) method to obtain this.


Constructor Summary
IssueService.CreateValidationResult(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.CreateValidationResult

@Internal
public IssueService.CreateValidationResult(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.