Package com.atlassian.jira.bc.issue
Class IssueService.CreateValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
com.atlassian.jira.bc.issue.IssueService.CreateValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- IssueService
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(ApplicationUser, IssueInputParameters)
method
to obtain
this.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateValidationResult
(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder, Map<String, String> properties) -
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
-
CreateValidationResult
@Internal public CreateValidationResult(MutableIssue issue, ErrorCollection errors, Map<String, Object> fieldValuesHolder, Map<String, String> properties)
-
-
Method Details
-
getFieldValuesHolder
- Returns:
- can be used by the JIRA fields to re-render the inputted values.
-
getProperties
- Returns:
- issue properties to be set
-