Class ArchivedIssueSearchService.ValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.issue.archiving.ArchivedIssueSearchService.ValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- ArchivedIssueSearchService
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ValidationResult
(ArchiveQuery query) protected
ValidationResult
(ErrorCollection errorCollection) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection
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
-
ValidationResult
-
ValidationResult
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceServiceResult
- Overrides:
isValid
in classServiceResultImpl
- Returns:
- true if there are no errors, false otherwise.
-
getQuery
-