Package 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
,Serializable
- Enclosing interface:
- IssueService
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(ApplicationUser, Long, IssueInputParameters)
method to obtain this.- See Also:
-
Constructor Summary
ConstructorDescriptionUpdateValidationResult
(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
getIssue
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
UpdateValidationResult
@Internal public UpdateValidationResult(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder)
-
-
Method Details
-
getFieldValuesHolder
- Returns:
- can be used by the JIRA fields to re-render the inputted values.
-
getHistoryMetadata
- Returns:
- the history metadata associated with the update
- Since:
- JIRA 6.3
-
getProperties
- Returns:
- issue properties to be set
-