public static class

IssueService.UpdateValidationResult

extends IssueService.IssueValidationResult
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
       ↳ com.atlassian.jira.bc.issue.IssueService.UpdateValidationResult

Class Overview

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

Summary

Public Constructors
@Internal UpdateValidationResult(MutableIssue issue, ErrorCollection errors, Map<StringObject> fieldValuesHolder)
Public Methods
Map<StringObject> getFieldValuesHolder()
@Nullable HistoryMetadata getHistoryMetadata()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

@Internal public UpdateValidationResult (MutableIssue issue, ErrorCollection errors, Map<StringObject> fieldValuesHolder)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Public Methods

public Map<StringObject> getFieldValuesHolder ()

Returns
  • can be used by the JIRA fields to re-render the inputted values.

@Nullable public HistoryMetadata getHistoryMetadata ()

Returns
  • the history metadata associated with the update